Searched refs:FileExists (Results 1 – 3 of 3) sorted by relevance
26 bool FileExists(SyscallInterface& syscall, const std::string& path_name);
40 bool FileExists(SyscallInterface& syscall, const std::string& path_name) { in FileExists() function
62 } while (FileExists(syscall_, path_name_)); in SetUpSingle()