Searched refs:DirectoryExists (Results 1 – 4 of 4) sorted by relevance
48 static bool DirectoryExists(const char* name);
60 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
1162 if (OS::DirectoryExists("/system")) { in GetAndroidRoot()1169 if (!OS::DirectoryExists(android_root)) { in GetAndroidRoot()1190 if (OS::DirectoryExists("/data")) { in GetAndroidDataSafe()1197 if (!OS::DirectoryExists(android_data)) { in GetAndroidDataSafe()1219 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()1233 if (create_if_absent && !OS::DirectoryExists(dalvik_cache.c_str())) { in GetDalvikCacheOrDie()
84 if (!OS::DirectoryExists(cache_dir_path.c_str())) { in RealPruneDexCache()