Searched refs:possible_paths (Results 1 - 5 of 5) sorted by relevance

/external/skia/tools/
H A Dfind_run_binary.py50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
56 for try_path in possible_paths:
60 'build %s?' % (program, possible_paths, program))
/external/skqp/tools/
H A Dfind_run_binary.py50 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
56 for try_path in possible_paths:
60 'build %s?' % (program, possible_paths, program))
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp138 const path possible_paths[] = { local
144 for (const path& possible_p : possible_paths) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
H A Dsymlink_status.pass.cpp146 const path possible_paths[] = { local
153 for (const path& possible_p : possible_paths) {
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc303 const char* possible_paths[] = { local
320 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
321 if (access(possible_paths[i], F_OK) == 0) {
322 plugin_path = possible_paths[i];

Completed in 151 milliseconds