Searched refs:DirectoryExists (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dos.h53 static bool DirectoryExists(const char* name);
H A Dos_linux.cc72 bool OS::DirectoryExists(const char* name) { function in class:art::OS
H A Dutils.cc1236 if (OS::DirectoryExists("/system")) {
1243 if (!OS::DirectoryExists(android_root)) {
1264 if (OS::DirectoryExists("/data")) {
1271 if (!OS::DirectoryExists(android_data)) {
1293 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str());
1309 if (!OS::DirectoryExists(dalvik_cache.c_str())) {
/art/runtime/gc/space/
H A Dimage_space_fs.h44 if (!OS::DirectoryExists(dir.c_str())) {
/art/oatdump/
H A Doatdump.cc657 if (!OS::DirectoryExists(options_.export_dex_location_)) {
658 // TODO: Extend OS::DirectoryExists if symlink support is required

Completed in 98 milliseconds