Searched defs:path_name (Results 1 – 7 of 7) sorted by relevance
| /test/dittosuite/src/ |
| D | syscall.cpp | 24 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()
|
| D | read_directory.cpp | 42 std::string path_name = directory_name_; in RunSingle() local
|
| D | delete_file.cpp | 22 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, const std::string& path_name) in DeleteFile()
|
| D | utils.cpp | 40 bool FileExists(SyscallInterface& syscall, const std::string& path_name) { in FileExists()
|
| D | open_file.cpp | 23 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, const std::string& path_name, bool create, in OpenFile()
|
| /test/dittosuite/schema/ |
| D | benchmark.proto | 24 string path_name = 1; field 35 string path_name = 1; field
|
| /test/dittosuite/ |
| D | dittotrace.cpp | 158 std::string path_name = syscall.arguments[1].substr(absolute_path.size() + 2); in main() local
|