Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp40 WideString ChangeSlashToPDF(const wchar_t* str) { in ChangeSlashToPDF() function
167 result += ChangeSlashToPDF(filepath.c_str() + 2); in EncodeFileName()
171 return ChangeSlashToPDF(filepath.c_str() + 1); in EncodeFileName()
174 return L'/' + ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
175 return ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
178 return L'/' + ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
179 return ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()