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

  /external/skia/tools/
find_run_binary.py 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))
  /external/skqp/tools/
find_run_binary.py 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))
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
status.pass.cpp 138 const path possible_paths[] = { local
144 for (const path& possible_p : possible_paths) {
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
symlink_status.pass.cpp 146 const path possible_paths[] = { local
153 for (const path& possible_p : possible_paths) {
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc 303 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];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
config.py 371 possible_paths = ['clang_tools_dir', 'llvm_tools_dir']
372 paths = [getattr(self.config, pp) for pp in possible_paths

Completed in 862 milliseconds