Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp714 CFX_WideString app::SysPathToPDFPath(const CFX_WideString& sOldPath) { in SysPathToPDFPath() argument
717 for (int i = 0, sz = sOldPath.GetLength(); i < sz; i++) { in SysPathToPDFPath()
718 wchar_t c = sOldPath.GetAt(i); in SysPathToPDFPath()
Dapp.h157 static CFX_WideString SysPathToPDFPath(const CFX_WideString& sOldPath);