Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.cc99 if (OS::DirectoryExists(dir2)) { in GetRootContainingLibartbase()
117 if (!OS::DirectoryExists(android_root_from_env)) { in GetAndroidRootSafe()
139 if (!OS::DirectoryExists(kAndroidRootDefaultPath)) { in GetAndroidRootSafe()
165 if (!must_exist || OS::DirectoryExists(default_dir)) { in GetAndroidDirSafe()
172 if (must_exist && !OS::DirectoryExists(android_dir)) { in GetAndroidDirSafe()
202 if (must_exist && !OS::DirectoryExists(android_art_root_from_env)) { in GetArtRootSafe()
236 if (must_exist && !OS::DirectoryExists(kAndroidArtApexDefaultPath)) { in GetArtRootSafe()
396 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()
Dos.h55 static bool DirectoryExists(const char* name);
Dos_linux.cc86 bool OS::DirectoryExists(const char* name) { in DirectoryExists() function in art::OS
Dcommon_art_test.cc351 CHECK(OS::DirectoryExists(path.c_str())) << path; in GetAndroidTool()
/art/odrefresh/
Dodr_fs_utils.cc60 if (!OS::DirectoryExists(dir_path.c_str())) { in CleanDirectory()
80 if (!OS::DirectoryExists(path.c_str())) { in EnsureDirectoryExists()
Dodr_fs_utils_test.cc91 ASSERT_FALSE(OS::DirectoryExists(dir_path.c_str())); in TEST_F()
/art/runtime/
Dvdex_file.cc235 if (OS::DirectoryExists(parent_path.c_str())) { in CreateDirectories()
Doat_file_manager.cc565 if (!OS::DirectoryExists(vdex_dir.c_str())) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
/art/oatdump/
Doatdump.cc985 if (!OS::DirectoryExists(options_.export_dex_location_)) { in ExportDexFile()