Home
last modified time | relevance | path

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

/art/runtime/
Dos.h48 static bool DirectoryExists(const char* name);
Dos_linux.cc60 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
Dutils.cc1215 if (OS::DirectoryExists("/system")) { in GetAndroidRoot()
1222 if (!OS::DirectoryExists(android_root)) { in GetAndroidRoot()
1243 if (OS::DirectoryExists("/data")) { in GetAndroidDataSafe()
1250 if (!OS::DirectoryExists(android_data)) { in GetAndroidDataSafe()
1272 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()
1288 if (!OS::DirectoryExists(dalvik_cache.c_str())) { in GetDalvikCacheImpl()
/art/runtime/gc/space/
Dimage_space.cc91 if (!OS::DirectoryExists(cache_dir_path.c_str())) { in RealPruneDalvikCache()
/art/oatdump/
Doatdump.cc651 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()