Home
last modified time | relevance | path

Searched refs:FileExists (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dos.h45 static bool FileExists(const char* name);
Dos_linux.cc51 bool OS::FileExists(const char* name) { in FileExists() function in art::OS
/art/runtime/gc/space/
Dimage_space.cc134 if (OS::FileExists(original_image_file_name.c_str())) { in Create()
142 if (OS::FileExists(image_file_name.c_str())) { in Create()
/art/runtime/native/
Ddalvik_system_DexFile.cc205 if (!OS::FileExists(filename.c_str())) { in DexFile_isDexOptNeeded()
/art/dex2oat/
Ddex2oat.cc420 if (!OS::FileExists(dex_filename)) { in OpenDexFiles()