Searched defs:syscall (Results 1 – 4 of 4) sorted by relevance
28 int64_t GetFileSize(SyscallInterface& syscall, int fd) { in GetFileSize()36 std::string GetFilePath(SyscallInterface& syscall, int fd) { in GetFilePath()44 bool FileExists(SyscallInterface& syscall, const std::string& path_name) { in FileExists()
25 static Syscall syscall; in GetSyscall() local
43 SchedAttr(SyscallInterface& syscall) : syscall_(syscall) {} in SchedAttr()57 SchedAffinity(SyscallInterface& syscall) : syscall_(syscall) {} in SchedAffinity()
48 Syscall syscall; in ProcessLine() local150 for (const auto& syscall : syscalls) { in main() local