Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp24 WideString ChangeSlashToPlatform(const wchar_t* str) { in ChangeSlashToPlatform() function
74 return ChangeSlashToPlatform(filepath.c_str() + 1); in DecodeFileName()
75 return ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()
79 return ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()
81 return ChangeSlashToPlatform(filepath.c_str() + 1); in DecodeFileName()
86 result += ChangeSlashToPlatform(filepath.c_str() + 2); in DecodeFileName()
91 result += ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()