Searched refs:GetFileSize (Results 1 – 4 of 4) sorted by relevance
24 int64_t GetFileSize(SyscallInterface& syscall, int fd);
24 int64_t GetFileSize(SyscallInterface& syscall, int fd) { in GetFileSize() function
60 int64_t file_size = GetFileSize(syscall_, fd); in SetUpSingle()144 int64_t file_size = GetFileSize(syscall_, fd); in SetUpSingle()
29 int64_t file_size = GetFileSize(syscall_, fd); in RunSingle()