HomeSort by relevance Sort by last modified time
    Searched refs:possible_paths (Results 1 - 7 of 7) 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/experimental/filesystem/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/experimental/filesystem/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) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
status.pass.cpp 138 const path possible_paths[] = { local
144 for (const path& possible_p : possible_paths) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/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...]

Completed in 466 milliseconds