HomeSort by relevance Sort by last modified time
    Searched full:possible_paths (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/
test_rendering.py 41 possible_paths = [os.path.join(trunk_path, 'out', 'Release', program),
47 for try_path in possible_paths:
51 'build %s?' % (program, possible_paths, program))
svndiff.py 64 possible_paths = [os.path.join(trunk_path, 'out', 'Release', 'skdiff'),
66 for try_path in possible_paths:
71 possible_paths, OPTION_PATH_TO_SKDIFF))
compare_baselines.py 123 possible_paths = [os.path.join(trunk_path, 'out', 'Release', 'skdiff'),
125 for try_path in possible_paths:
130 possible_paths, OPTION_PATH_TO_SKDIFF))
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 255 const char* possible_paths[] = { local
275 for (int i = 0; i < GOOGLE_ARRAYSIZE(possible_paths); i++) {
276 if (access(possible_paths[i], F_OK) == 0) {
277 plugin_path = possible_paths[i];
    [all...]

Completed in 2104 milliseconds