Searched defs:FileExists (Results 1 – 2 of 2) sorted by relevance
73 bool OS::FileExists(const char* name, bool check_file_type) { in FileExists() function in art::OS
449 static bool FileExists(const std::string& file) { in FileExists() function