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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_basic.cpp248 static CFX_WideString ChangeSlashToPlatform(FX_LPCWSTR str) function
274 return ChangeSlashToPlatform(filepath.GetPtr() + 1);
276 return ChangeSlashToPlatform(filepath.GetPtr());
279 return ChangeSlashToPlatform(filepath.GetPtr());
282 return ChangeSlashToPlatform(filepath.GetPtr() + 1);
288 result += ChangeSlashToPlatform(filepath.GetPtr() + 2);
293 result += ChangeSlashToPlatform(filepath.GetPtr());

Completed in 1026 milliseconds