Searched refs:DirectoryExists (Results 1 – 7 of 7) sorted by relevance
96 if (OS::DirectoryExists(dir2)) { in GetRootContainingLibartbase()114 if (!OS::DirectoryExists(android_root_from_env)) { in GetAndroidRootSafe()136 if (!OS::DirectoryExists(kAndroidRootDefaultPath)) { in GetAndroidRootSafe()162 if (!must_exist || OS::DirectoryExists(default_dir)) { in GetAndroidDirSafe()169 if (must_exist && !OS::DirectoryExists(android_dir)) { in GetAndroidDirSafe()197 if (must_exist && !OS::DirectoryExists(android_art_root_from_env)) { in GetArtRootSafe()231 if (must_exist && !OS::DirectoryExists(kAndroidArtApexDefaultPath)) { in GetArtRootSafe()319 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()334 if (!OS::DirectoryExists(dalvik_cache.c_str())) { in GetDalvikCache()
55 static bool DirectoryExists(const char* name);
86 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
47 if (!OS::DirectoryExists(dir.c_str())) { in DeleteDirectoryContents()
380 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()
861 if (!OS::DirectoryExists(vdex_dir.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
1002 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()