Searched refs:possible_paths (Results 1 – 5 of 5) sorted by relevance
50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),56 for try_path in possible_paths:60 'build %s?' % (program, possible_paths, program))
138 const path possible_paths[] = { in TEST_CASE() local144 for (const path& possible_p : possible_paths) { in TEST_CASE()
146 const path possible_paths[] = { in TEST_CASE() local153 for (const path& possible_p : possible_paths) { in TEST_CASE()
303 const char* possible_paths[] = { in Run() local320 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) { in Run()321 if (access(possible_paths[i], F_OK) == 0) { in Run()322 plugin_path = possible_paths[i]; in Run()
198 possible_paths = (212 for possible_path in possible_paths: