Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dutils.h26 bool FileExists(SyscallInterface& syscall, const std::string& path_name);
/test/dittosuite/src/
Dutils.cpp40 bool FileExists(SyscallInterface& syscall, const std::string& path_name) { in FileExists() function
Dopen_file.cpp62 } while (FileExists(syscall_, path_name_)); in SetUpSingle()