Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp37 CFX_WideString ChangeSlashToPDF(const FX_WCHAR* str) { in ChangeSlashToPDF() function
132 result += ChangeSlashToPDF(filepath.c_str() + 2); in EncodeFileName()
136 return ChangeSlashToPDF(filepath.c_str() + 1); in EncodeFileName()
141 result += ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
144 return ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
149 result += ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()
152 return ChangeSlashToPDF(filepath.c_str()); in EncodeFileName()