Home
last modified time | relevance | path

Searched refs:exists (Results 501 - 525 of 2057) sorted by relevance

1...<<21222324252627282930>>...83

/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py167 if not os.getcwd().endswith('src') or not os.path.exists('chrome/browser'):
H A Droll_abseil.py122 if os.getcwd().endswith('src') and os.path.exists('chrome/browser'):
/third_party/skia/experimental/tools/
H A Dget_examples.py43 if os.path.exists(filename):
/third_party/skia/infra/bots/
H A Dtest_utils.py21 if not os.path.exists(self._cwd):
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPActivity.java87 if (f.exists()) { in ensureEmtpyDirectory()
/third_party/spirv-tools/tools/objdump/
H A Dobjdump.cpp83 if (!overwrite && std::filesystem::exists(new_path)) { in OutputSourceFiles()
85 << " already exists, aborting (use --overwrite to allow it)." in OutputSourceFiles()
/third_party/vk-gl-cts/scripts/khr_util/
H A Dformat.py82 if not os.path.exists(filename) or readFile(filename) != data:
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dbuild_spirv_binaries.py115 if not os.path.exists(args.dstPath):
/third_party/vulkan-loader/scripts/
H A Dgenerate_source.py109 if not os.path.exists(repo_filename) or \
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs922 assert!(newfilepath.exists()); in test_linkat_file()
959 assert!(newfilepath.exists()); in test_linkat_olddirfd_none()
996 assert!(newfilepath.exists()); in test_linkat_newdirfd_none()
1134 assert!(!dirpath.exists()); in test_unlinkat_dir_removedir()
1154 assert!(!filepath.exists()); in test_unlinkat_file()
/kernel/linux/linux-5.10/scripts/clang-tools/
H A Dgen_compile_commands.py183 if not os.path.exists(abs_path):
/kernel/uniproton/cmake/common/build_auxiliary_script/
H A DKconfig2macro.py220 if os.path.exists(in_file) == False:
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Dgen_compile_commands.py177 if not os.path.exists(abs_path):
/test/testfwk/developer_test/local_coverage/interface_coverage/
H A Dmake_report.py96 if os.path.exists(reportpath):
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dlife_stage.py89 if not os.path.exists(summary_data_report):
90 LOG.error("Call lifecycle error, summary report {} not exists".format(self._report_path))
/test/testfwk/developer_test/src/core/command/
H A Ddistribute_utils.py40 if os.path.exists(device_info_file_path):
/third_party/benchmark/tools/gbench/
H A Dutil.py66 if not os.path.exists(filename):
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUData.java92 public static boolean exists(final String resourceName) { in exists() method in ICUData
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableChecker.java54 if (!dir.exists()) { in SerializableChecker()
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdcopy.py180 if not os.path.exists(dest_path): os.makedirs(dest_path)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUData.java94 public static boolean exists(final String resourceName) { in exists() method in ICUData
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java51 if (!dir.exists()) { in SerializableChecker()
/third_party/mbedtls/tests/scripts/
H A Dtest_config_script.py58 if os.path.exists(directory):
/third_party/jerryscript/targets/mbedos5/tools/
H A Dgenerate_pins.py179 if not os.path.exists('./mbed-os'):
/third_party/jerryscript/targets/curie_bsp/
H A Dsetup.py23 if not os.path.exists(project_path):

Completed in 11 milliseconds

1...<<21222324252627282930>>...83