Home
last modified time | relevance | path

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

/external/pdfium/testing/
Dembedder_test.cpp70 size_t last_separator = exe_path.rfind(PATH_SEPARATOR); in GetFullPathForSnapshotFile() local
71 if (last_separator != std::string::npos) { in GetFullPathForSnapshotFile()
72 result = exe_path.substr(0, last_separator + 1); in GetFullPathForSnapshotFile()
/external/pdfium/samples/
Dpdfium_test.cc91 size_t last_separator = options.exe_path.rfind(PATH_SEPARATOR); in GetFullPathForSnapshotFile() local
92 if (last_separator != std::string::npos) { in GetFullPathForSnapshotFile()
93 result = options.exe_path.substr(0, last_separator + 1); in GetFullPathForSnapshotFile()