Home
last modified time | relevance | path

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

/art/libartbase/base/
Dos.h55 static bool DirectoryExists(const char* name);
Dcommon_art_test.cc251 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()
Dfile_utils.cc113 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()
Dos_linux.cc86 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
/art/odrefresh/
Dodr_fs_utils.cc60 if (!OS::DirectoryExists(dir_path.c_str())) { in RemoveDirectory()
88 if (!OS::DirectoryExists(path.c_str())) { in EnsureDirectoryExists()
Dodr_fs_utils_test.cc91 ASSERT_FALSE(OS::DirectoryExists(dir_path.c_str())); in TEST_F()
99 ASSERT_FALSE(OS::DirectoryExists(scratch_dir.GetPath().c_str())); in TEST_F()
Dodrefresh.cc1576 if (!OS::DirectoryExists(artifact_dir.c_str())) { in RefreshExistingArtifacts()
/art/test/generate-boot-image/
Dgenerate-boot-image.cc162 if (!OS::DirectoryExists(path.c_str())) { in GenerateBootImage()
/art/runtime/
Dvdex_file.cc244 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()
Druntime_image.cc1859 if (!OS::DirectoryExists(directory.c_str())) { in EnsureDirectoryExists()
/art/runtime/oat/
Doat_file_manager.cc642 if (!OS::DirectoryExists(vdex_dir.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
/art/oatdump/
Doatdump.cc1009 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()