Searched defs:file_exists (Results 1 – 4 of 4) sorted by relevance
17 bool file_exists(const char* fileName) { in file_exists() function
55 static bool file_exists(const string &file_name) { in file_exists() function
45 file_exists = int(std::errc::file_exists), enumerator
51 const bool file_exists = file->Exists(); in FindPlugin() local