Searched refs:DirectoryExists (Results 1 – 8 of 8) sorted by relevance
97 if (OS::DirectoryExists(dir2)) { in GetRootContainingLibartbase()115 if (!OS::DirectoryExists(android_root_from_env)) { in GetAndroidRootSafe()137 if (!OS::DirectoryExists(kAndroidRootDefaultPath)) { in GetAndroidRootSafe()163 if (!must_exist || OS::DirectoryExists(default_dir)) { in GetAndroidDirSafe()170 if (must_exist && !OS::DirectoryExists(android_dir)) { in GetAndroidDirSafe()198 if (must_exist && !OS::DirectoryExists(android_art_root_from_env)) { in GetArtRootSafe()232 if (must_exist && !OS::DirectoryExists(kAndroidArtApexDefaultPath)) { in GetArtRootSafe()320 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()335 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
330 CHECK(OS::DirectoryExists(path.c_str())) << path; in GetAndroidTool()
47 if (!OS::DirectoryExists(dir.c_str())) { in DeleteDirectoryContents()
380 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()
587 if (!OS::DirectoryExists(vdex_dir.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
1006 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()