Lines Matching refs:potential_path
127 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()
140 potential_path.push_back(PATH_SEPARATOR); in GetTestDataDir()
141 potential_path.append("testing"); in GetTestDataDir()
142 potential_path.push_back(PATH_SEPARATOR); in GetTestDataDir()
143 potential_path.append("resources"); in GetTestDataDir()
144 if (PathService::DirectoryExists(potential_path)) { in GetTestDataDir()
145 *path = potential_path; in GetTestDataDir()