Searched defs:dir_exists (Results 1 – 7 of 7) sorted by relevance
24 def dir_exists(path: str): function
37 static int dir_exists(const char *dirpath) in dir_exists() function
101 def dir_exists(dir: str) -> bool: function
299 def dir_exists(dir: str) -> bool: function
1240 const bool dir_exists = (access(p_dir, F_OK) == 0); in _r_mkdir() local
653 bool dir_exists = (stat(dir_name.c_str(), &st) == 0 && (st.st_mode & S_IFDIR)); in setup() local
2174 auto dir_exists = PathExists(shared_libs_sub_dir); in CreateSharedLibsApexDir() local