Searched refs:strOPath (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dapp.cpp984 CFX_WideString strOPath = sOldPath; local
985 strOPath.TrimLeft();
986 strOPath.TrimRight();
988 if (strOPath.GetAt(0) == L'/' && strOPath.GetAt(2) == L'/')
990 wchar_t c_Drive = strOPath.GetAt(1);
993 strOPath.Replace((FX_LPCWSTR)L"/",(FX_LPCWSTR)L"\\");
994 //strOPath.SetAt(0,'');
995 strOPath.Insert(2,':');
996 strOPath
[all...]

Completed in 231 milliseconds