Searched refs:DirectoryExists (Results 1 – 5 of 5) sorted by relevance
44 if (!OS::DirectoryExists(dir.c_str())) { in DeleteDirectoryContents()83 if (!OS::DirectoryExists(dir)) { in HasContent()117 if (OS::DirectoryExists(dir.c_str())) { in DeleteEmptyDirectoriesUpTo()130 DCHECK(OS::DirectoryExists(src)); in MoveOTAArtifacts()131 DCHECK(OS::DirectoryExists(trg)); in MoveOTAArtifacts()
53 static bool DirectoryExists(const char* name);
72 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
1236 if (OS::DirectoryExists("/system")) { in GetAndroidRoot()1243 if (!OS::DirectoryExists(android_root)) { in GetAndroidRoot()1264 if (OS::DirectoryExists("/data")) { in GetAndroidDataSafe()1271 if (!OS::DirectoryExists(android_data)) { in GetAndroidDataSafe()1293 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()1309 if (!OS::DirectoryExists(dalvik_cache.c_str())) { in GetDalvikCacheImpl()
657 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()