Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 8 of 8) sorted by relevance

/test/vts-testcase/kernel/virtual_ab/
Duserdata_test.cpp23 struct statfs buf; in TEST() local
Dmetadata_test.cpp27 struct statfs buf; in TEST() local
/test/dittosuite/src/
Dsyscall.cpp53 int Syscall::FStat(int filedes, struct stat64* buf) { in FStat()
77 int64_t Syscall::Read(int fd, char* buf, int64_t count, int64_t offset) { in Read()
85 int64_t Syscall::ReadLink(const std::string& path_name, char* buf, int64_t bufsiz) { in ReadLink()
142 int64_t Syscall::Write(int fd, char* buf, int64_t count, int64_t offset) { in Write()
/test/dittosuite/test/
Dread_file_test.cpp99 EXPECT_CALL(syscall_, FStat(fd_, _)).Times(2).WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
127 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
161 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
200 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
239 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
282 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
Dwrite_file_test.cpp97 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F()
125 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
159 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
198 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
237 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
278 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F()
/test/vts-testcase/kernel/api/drop_caches_prop/
Ddrop_caches_test.cpp33 char buf[chunksize]; in TEST() local
/test/vts-testcase/kernel/api/bpf_native_test/
DBpfTest.cpp99 char buf[strlen("msg: 18446744073709551615")]; in workerThread() local
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp306 uint8_t *buf = static_cast<uint8_t *>(buf_mem.get()); in ReadRawDataOfFile() local