Home
last modified time | relevance | path

Searched refs:sOldPath (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
Dapp.h162 static CFX_WideString SysPathToPDFPath(const CFX_WideString& sOldPath);
163 static CFX_WideString PDFPathToSysPath(const CFX_WideString& sOldPath);
164 …static CFX_WideString RelativePathToSysPath(const CFX_WideString& sOldPath, const CFX_WideString&…
/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp955 CFX_WideString app::SysPathToPDFPath(const CFX_WideString& sOldPath) in SysPathToPDFPath() argument
959 for (int i=0,sz=sOldPath.GetLength(); i<sz; i++) in SysPathToPDFPath()
961 wchar_t c = sOldPath.GetAt(i); in SysPathToPDFPath()
981 CFX_WideString app::PDFPathToSysPath(const CFX_WideString& sOldPath) in PDFPathToSysPath() argument
984 CFX_WideString strOPath = sOldPath; in PDFPathToSysPath()
1003 CFX_WideString app::RelativePathToSysPath(const CFX_WideString& sOldPath, const CFX_WideString& sFi… in RelativePathToSysPath() argument
1017 return sFilePath.Left(nSplit+1) + sOldPath; in RelativePathToSysPath()