Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp802 CFX_WideString app::SysPathToPDFPath(const CFX_WideString& sOldPath) in SysPathToPDFPath() argument
806 for (int i=0,sz=sOldPath.GetLength(); i<sz; i++) in SysPathToPDFPath()
808 wchar_t c = sOldPath.GetAt(i); in SysPathToPDFPath()
/external/pdfium/fpdfsdk/include/javascript/
Dapp.h164 static CFX_WideString SysPathToPDFPath(const CFX_WideString& sOldPath);