Home
last modified time | relevance | path

Searched refs:DirectoryExists (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dimage_space_fs.h44 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()
/art/runtime/
Dos.h53 static bool DirectoryExists(const char* name);
Dos_linux.cc72 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
Dutils.cc1236 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()
/art/oatdump/
Doatdump.cc657 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()