Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp41 WideString ChangeSlashToPDF(const wchar_t* str) { in ChangeSlashToPDF() function
184 result += ChangeSlashToPDF(filepath.c_str() + 2); in EncodeFileName()
188 return ChangeSlashToPDF(filepath.c_str() + 1); in EncodeFileName()
191 return L'/' + ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
192 return ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
195 return L'/' + ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
196 return ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()