Searched refs:DirectoryExists (Results 1 – 12 of 12) sorted by relevance
55 static bool DirectoryExists(const char* name);
251 if (OS::DirectoryExists((build_install_root + "/apex").c_str())) { in GetHostBootClasspathInstallRoot()257 if (OS::DirectoryExists((GetAndroidRoot() + "/apex").c_str())) { in GetHostBootClasspathInstallRoot()389 CHECK(OS::DirectoryExists(path.c_str())) << path; in GetAndroidTool()562 if (OS::DirectoryExists(path.c_str())) { in GetImageDirectory()568 if (OS::DirectoryExists(path.c_str())) { in GetImageDirectory()574 if (OS::DirectoryExists(path.c_str())) { in GetImageDirectory()
113 if (OS::DirectoryExists(dir2)) { in GetRootContainingLibartbase()128 if (!must_exist || OS::DirectoryExists(default_dir)) { in GetAndroidDirSafe()135 if (must_exist && !OS::DirectoryExists(android_dir)) { in GetAndroidDirSafe()221 if (must_exist && !OS::DirectoryExists(android_art_root_from_env)) { in GetArtRootSafe()254 if (must_exist && !OS::DirectoryExists(kAndroidArtApexDefaultPath)) { in GetArtRootSafe()613 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()
86 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
60 if (!OS::DirectoryExists(dir_path.c_str())) { in RemoveDirectory()88 if (!OS::DirectoryExists(path.c_str())) { in EnsureDirectoryExists()
91 ASSERT_FALSE(OS::DirectoryExists(dir_path.c_str())); in TEST_F()99 ASSERT_FALSE(OS::DirectoryExists(scratch_dir.GetPath().c_str())); in TEST_F()
1576 if (!OS::DirectoryExists(artifact_dir.c_str())) { in RefreshExistingArtifacts()
162 if (!OS::DirectoryExists(path.c_str())) { in GenerateBootImage()
244 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()
1859 if (!OS::DirectoryExists(directory.c_str())) { in EnsureDirectoryExists()
642 if (!OS::DirectoryExists(vdex_dir.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
1009 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()