Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp20 CFX_WideString ChangeSlashToPlatform(const FX_WCHAR* str) { in ChangeSlashToPlatform() function
59 return ChangeSlashToPlatform(filepath.c_str() + 1); in DecodeFileName()
60 return ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()
64 return ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()
66 return ChangeSlashToPlatform(filepath.c_str() + 1); in DecodeFileName()
71 result += ChangeSlashToPlatform(filepath.c_str() + 2); in DecodeFileName()
76 result += ChangeSlashToPlatform(filepath.c_str()); in DecodeFileName()