Searched refs:dir_exists (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/tools/gcs_test/python/ |
H A D | gcs_smoke.py | 62 dir_exists = file_io.is_directory(dir_name) 63 assert dir_exists 64 print("%s directory exists: %s" % (dir_name, dir_exists)) 118 dir_exists = file_io.is_directory(dir_name) 119 assert not dir_exists
|
/aosp_15_r20/system/extras/torq/ |
H A D | validate_simpleperf.py | 19 from utils import path_exists, dir_exists 34 if args.symbols is None or not dir_exists(args.symbols): 47 if not dir_exists(os.environ["ANDROID_PRODUCT_OUT"]):
|
H A D | utils.py | 24 def dir_exists(path: str): function
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getcwd/ |
H A D | getcwd02.c | 37 static int dir_exists(const char *dirpath) in dir_exists() function 77 if (!dir_exists(tmpdir)) in setup()
|
/aosp_15_r20/build/make/tools/ |
H A D | list_files.py | 49 if not dir_exists(self.folder_dir): 101 def dir_exists(dir: str) -> bool: function
|
H A D | stub_diff_analyzer.py | 70 if not dir_exists(dir): 299 def dir_exists(dir: str) -> bool: function
|
/aosp_15_r20/external/openscreen/build/config/ |
H A D | sysroot.gni | 29 if (exec_script("//build/scripts/dir_exists.py",
|
/aosp_15_r20/external/cronet/build/config/ |
H A D | sysroot.gni | 64 exec_script("//build/dir_exists.py",
|
/aosp_15_r20/external/angle/build/config/ |
H A D | sysroot.gni | 64 exec_script("//build/dir_exists.py",
|
/aosp_15_r20/external/pytorch/caffe2/serialize/ |
H A D | inline_container.cc | 653 bool dir_exists = (stat(dir_name.c_str(), &st) == 0 && (st.st_mode & S_IFDIR)); in setup() local 654 TORCH_CHECK(dir_exists, "Parent directory ", dir_name, " does not exist."); in setup()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | jit_utils.cpp | 1240 const bool dir_exists = (access(p_dir, F_OK) == 0); in _r_mkdir() local 1241 if (dir_exists) { in _r_mkdir()
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd.cpp | 2174 auto dir_exists = PathExists(shared_libs_sub_dir); in CreateSharedLibsApexDir() local 2175 if (!dir_exists.ok() || !*dir_exists) { in CreateSharedLibsApexDir()
|
/aosp_15_r20/out/soong/ |
D | build.aosp_shiba.5.ninja | 439774 external/libchrome/build/dir_exists.py $ 439821 …ternal/libchrome/build/detect_host_arch.py -f external/libchrome/build/dir_exists.py -f external/l… 441210 external/libchrome/build/dir_exists.py $ 441257 …ternal/libchrome/build/detect_host_arch.py -f external/libchrome/build/dir_exists.py -f external/l…
|
D | build.aosp_shiba.8.ninja | 927841 external/libchrome/build/dir_exists.py $ 928026 …ternal/libchrome/build/detect_host_arch.py -f external/libchrome/build/dir_exists.py -f external/l…
|
D | build.aosp_shiba.ninja.globs | 24213 …xternal/libchrome/build/detect_host_arch.py","external/libchrome/build/dir_exists.py","external/li…
|