Home
last modified time | relevance | path

Searched defs:path_name (Results 1 – 7 of 7) sorted by relevance

/test/dittosuite/src/
Dsyscall.cpp24 int Syscall::Access(const std::string& path_name, int mode) { in Access()
56 int Syscall::Open(const std::string& path_name, int flags, int mode) { in Open()
72 int64_t Syscall::ReadLink(const std::string& path_name, char* buf, int64_t bufsiz) { in ReadLink()
80 int Syscall::Unlink(const std::string& path_name) { in Unlink()
Dread_directory.cpp42 std::string path_name = directory_name_; in RunSingle() local
Ddelete_file.cpp22 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, const std::string& path_name) in DeleteFile()
Dutils.cpp40 bool FileExists(SyscallInterface& syscall, const std::string& path_name) { in FileExists()
Dopen_file.cpp23 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, const std::string& path_name, bool create, in OpenFile()
/test/dittosuite/schema/
Dbenchmark.proto24 string path_name = 1; field
35 string path_name = 1; field
/test/dittosuite/
Ddittotrace.cpp158 std::string path_name = syscall.arguments[1].substr(absolute_path.size() + 2); in main() local