Home
last modified time | relevance | path

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

/test/dittosuite/include/ditto/
Dutils.h25 std::string GetFilePath(SyscallInterface& syscall, int fd);
/test/dittosuite/src/
Dutils.cpp32 std::string GetFilePath(SyscallInterface& syscall, int fd) { in GetFilePath() function
Dread_write_file.cpp72 "). File path:" + GetFilePath(syscall_, fd)); in SetUpSingle()