Home
last modified time | relevance | path

Searched refs:exists (Results 276 - 300 of 2021) sorted by relevance

1...<<11121314151617181920>>...81

/third_party/python/Lib/test/
H A Dtest_support.py82 self.assertFalse(os.path.exists(TESTFN))
91 self.assertFalse(os.path.exists(dirpath))
100 self.assertFalse(os.path.exists(dirpath))
107 self.assertFalse(os.path.exists(dirpath))
168 """Test passing a directory that already exists."""
184 """Test passing a directory that already exists with quiet=True."""
298 self.assertFalse(os.path.exists(TESTFN))
H A Dtest_site.py104 if path and os.path.exists(path)]:
114 self.assertFalse(os.path.exists(pth_file.bad_dir_path))
392 if os.path.exists(self.file_path):
401 if os.path.exists(self.good_dir_path):
403 if os.path.exists(self.bad_dir_path):
/test/testfwk/developer_test/libs/fuzzlib/tools/
H A Drun_result.py84 if os.path.exists(analysis_ressult_path):
/third_party/ffmpeg/tools/python/
H A Dconvert.py41 if not os.path.exists(args.outdir):
/third_party/flatbuffers/
H A Dinstall.py34 if os.path.exists(old_dir):
/third_party/harfbuzz/
H A Dinstall.py48 if not os.path.exists(target_dir):
/third_party/libpng/
H A Dinstall.py52 if not os.path.exists(target_dir):
/third_party/mesa3d/bin/
H A Dmeson-cmd-extract.py77 if not path.exists():
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Dfuzz_one.py34 assert not os.path.exists(path), 'Need fresh workdir for fuzzing'
/third_party/node/deps/v8/tools/
H A Dgen-v8-gn.py75 if os.path.exists(args.output):
H A Dobjdump-v862 if os.path.exists(process_codefile):
/third_party/musl/scripts/
H A Dinstall.py19 if not os.path.exists(dest_dir):
/third_party/libffi/
H A Dinstall.py51 if not os.path.exists(target_dir):
/third_party/node/deps/v8/gni/
H A Dprotoc.py7 This script exists to work-around the bad depfile generation by protoc when
40 if os.path.exists(tmp_path):
/third_party/rust/crates/bitflags/tests/
H A Dcompile.rs40 // file if it exists. On `beta` compilers, we'll recreate it. On other compilers, in prepare_stderr_files()
42 if renamed.exists() { in prepare_stderr_files()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dsource.py30 if not os.path.exists(filename):
/third_party/python/Lib/distutils/tests/
H A Dtest_clean.py37 self.assertFalse(os.path.exists(path),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp39 while (sys::fs::exists(DumpPath)) { in operator ()()
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_build_version.py45 if not os.path.exists(directory):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DProcess.cpp48 if (fs::exists(Twine(FilePath))) { in FindInEnvPath()
/third_party/skia/third_party/icu/
H A Dmake_data_cpp.py33 assert os.path.exists(src_path)
/third_party/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py61 if not os.path.exists(args.outdir):
/third_party/skia/third_party/externals/freetype/builds/meson/
H A Dgenerate_reference_docs.py61 if not os.path.exists(args.output_dir):
/third_party/protobuf/python/compatibility_tests/v2.5.0/
H A Dsetup.py23 if not os.path.exists(source):
/third_party/skia/infra/bots/recipes/
H A Dcheck_generated_files.py82 api.path.exists(api.path['start_dir'])

Completed in 8 milliseconds

1...<<11121314151617181920>>...81