Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dapp.cpp696 CFX_WideString app::SysPathToPDFPath(const CFX_WideString& sOldPath) { in SysPathToPDFPath() argument
699 for (int i = 0, sz = sOldPath.GetLength(); i < sz; i++) { in SysPathToPDFPath()
700 wchar_t c = sOldPath.GetAt(i); in SysPathToPDFPath()
Dapp.h165 static CFX_WideString SysPathToPDFPath(const CFX_WideString& sOldPath);