Searched defs:sOldPath (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp955 CFX_WideString app::SysPathToPDFPath(const CFX_WideString& sOldPath) argument
959 for (int i=0,sz=sOldPath.GetLength(); i<sz; i++)
961 wchar_t c = sOldPath.GetAt(i);
981 CFX_WideString app::PDFPathToSysPath(const CFX_WideString& sOldPath) argument
984 CFX_WideString strOPath = sOldPath;
1003 CFX_WideString app::RelativePathToSysPath(const CFX_WideString& sOldPath, const CFX_WideString& sFilePath) argument
1005 // if (!PathIsRelative(sOldPath)) return sOldPath;
1017 return sFilePath.Left(nSplit+1) + sOldPath;

Completed in 442 milliseconds