Searched defs:FileExists (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dos_linux.cc51 bool OS::FileExists(const char* name) { function in class:art::OS
/art/compiler/utils/
H A Dassembler_test.h182 if (!FileExists(GetAssemblerCommand())) {
187 if (!FileExists(GetObjdumpCommand())) {
195 if (!FileExists(disassembler)) {
392 bool have_assembler = FileExists(GetAssemblerCommand());
411 bool have_objdump = FileExists(GetObjdumpCommand());
601 static bool FileExists(std::string file) { function in class:art::AssemblerTest

Completed in 92 milliseconds