Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp23 WideString ChangeSlashToPlatform(const wchar_t* str) { in ChangeSlashToPlatform() function
68 return ChangeSlashToPlatform(filepath.c_str() + 1); in DecodeFileName()
69 return ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()
73 return ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()
75 return ChangeSlashToPlatform(filepath.c_str() + 1); in DecodeFileName()
80 result += ChangeSlashToPlatform(filepath.c_str() + 2); in DecodeFileName()
85 result += ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()