Searched defs:syscall (Results  1 – 13 of 13) sorted by relevance
| /test/dittosuite/src/ | 
| D | utils.cpp | 24 int64_t GetFileSize(SyscallInterface& syscall, int fd) {  in GetFileSize()32 std::string GetFilePath(SyscallInterface& syscall, int fd) {  in GetFilePath()
 40 bool FileExists(SyscallInterface& syscall, const std::string& path_name) {  in FileExists()
 
 | 
| D | delete_file.cpp | 22 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, const std::string& path_name)  in DeleteFile()27 DeleteFile::DeleteFile(SyscallInterface& syscall, int repeat, int input_key)  in DeleteFile()
 
 | 
| D | open_file.cpp | 23 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, const std::string& path_name, bool create,  in OpenFile()34 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, int input_key, bool create,  in OpenFile()
 44 OpenFile::OpenFile(SyscallInterface& syscall, int repeat, bool create, bool direct_io,  in OpenFile()
 
 | 
| D | resize_file.cpp | 24 ResizeFile::ResizeFile(SyscallInterface& syscall, int repeat, int64_t size, int input_fd_key)  in ResizeFile()42 ResizeFileRandom::ResizeFileRandom(SyscallInterface& syscall, int repeat, int64_t min, int64_t max,  in ResizeFileRandom()
 
 | 
| D | close_file.cpp | 22 CloseFile::CloseFile(SyscallInterface& syscall, int repeat, int input_fd_key)  in CloseFile()
 | 
| D | invalidate_cache.cpp | 21 InvalidateCache::InvalidateCache(SyscallInterface& syscall, int repeat)  in InvalidateCache()
 | 
| D | read_write_file.cpp | 24 ReadWriteFile::ReadWriteFile(SyscallInterface& syscall, const std::string& name, int repeat,  in ReadWriteFile()115 WriteFile::WriteFile(SyscallInterface& syscall, int repeat, int64_t size, int64_t block_size,  in WriteFile()
 136 ReadFile::ReadFile(SyscallInterface& syscall, int repeat, int64_t size, int64_t block_size,  in ReadFile()
 
 | 
| D | read_directory.cpp | 23 ReadDirectory::ReadDirectory(SyscallInterface& syscall, int repeat,  in ReadDirectory()
 | 
| D | instruction_set.cpp | 31 InstructionSet::InstructionSet(SyscallInterface& syscall, int repeat,  in InstructionSet()43 InstructionSet::InstructionSet(SyscallInterface& syscall, int repeat,  in InstructionSet()
 
 | 
| D | multithreading.cpp | 19 Multithreading::Multithreading(SyscallInterface& syscall, int repeat,  in Multithreading()
 | 
| D | instruction.cpp | 21 Instruction::Instruction(SyscallInterface& syscall, const std::string& name, int repeat)  in Instruction()
 | 
| D | syscall.cpp | 20   static Syscall syscall;  in GetSyscall()  local
 | 
| /test/dittosuite/ | 
| D | dittotrace.cpp | 52   Syscall syscall;  in ProcessLine()  local154     for (const auto& syscall : syscalls) {  in main()  local
 
 |