Home
last modified time | relevance | path

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

/external/pdfium/testing/utils/
Dpath_service.cpp127 std::string potential_path = *path; in GetTestDataDir() local
128 potential_path.append("testing"); in GetTestDataDir()
129 potential_path.push_back(PATH_SEPARATOR); in GetTestDataDir()
130 potential_path.append("resources"); in GetTestDataDir()
131 if (PathService::DirectoryExists(potential_path)) { in GetTestDataDir()
132 *path = potential_path; in GetTestDataDir()
136 potential_path = *path; in GetTestDataDir()
137 potential_path.append("third_party"); in GetTestDataDir()
138 potential_path.push_back(PATH_SEPARATOR); in GetTestDataDir()
139 potential_path.append("pdfium"); in GetTestDataDir()
[all …]