Home
last modified time | relevance | path

Searched defs:dir_exists (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/extras/torq/
H A Dutils.py24 def dir_exists(path: str): function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd02.c37 static int dir_exists(const char *dirpath) in dir_exists() function
/aosp_15_r20/build/make/tools/
H A Dlist_files.py101 def dir_exists(dir: str) -> bool: function
H A Dstub_diff_analyzer.py299 def dir_exists(dir: str) -> bool: function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Djit_utils.cpp1240 const bool dir_exists = (access(p_dir, F_OK) == 0); in _r_mkdir() local
/aosp_15_r20/external/pytorch/caffe2/serialize/
H A Dinline_container.cc653 bool dir_exists = (stat(dir_name.c_str(), &st) == 0 && (st.st_mode & S_IFDIR)); in setup() local
/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp2174 auto dir_exists = PathExists(shared_libs_sub_dir); in CreateSharedLibsApexDir() local