Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 13 of 13) sorted by relevance

/test/dittosuite/src/
Dutils.cpp24 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()
Ddelete_file.cpp22 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()
Dopen_file.cpp23 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()
Dresize_file.cpp24 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()
Dclose_file.cpp22 CloseFile::CloseFile(SyscallInterface& syscall, int repeat, int input_fd_key) in CloseFile()
Dinvalidate_cache.cpp21 InvalidateCache::InvalidateCache(SyscallInterface& syscall, int repeat) in InvalidateCache()
Dread_write_file.cpp24 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()
Dread_directory.cpp23 ReadDirectory::ReadDirectory(SyscallInterface& syscall, int repeat, in ReadDirectory()
Dinstruction_set.cpp31 InstructionSet::InstructionSet(SyscallInterface& syscall, int repeat, in InstructionSet()
43 InstructionSet::InstructionSet(SyscallInterface& syscall, int repeat, in InstructionSet()
Dmultithreading.cpp19 Multithreading::Multithreading(SyscallInterface& syscall, int repeat, in Multithreading()
Dinstruction.cpp21 Instruction::Instruction(SyscallInterface& syscall, const std::string& name, int repeat) in Instruction()
Dsyscall.cpp20 static Syscall syscall; in GetSyscall() local
/test/dittosuite/
Ddittotrace.cpp52 Syscall syscall; in ProcessLine() local
154 for (const auto& syscall : syscalls) { in main() local