Searched defs:buf (Results 1 – 8 of 8) sorted by relevance
/test/vts-testcase/kernel/virtual_ab/ |
D | userdata_test.cpp | 23 struct statfs buf; in TEST() local
|
D | metadata_test.cpp | 27 struct statfs buf; in TEST() local
|
/test/dittosuite/src/ |
D | syscall.cpp | 53 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/ |
D | read_file_test.cpp | 99 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()
|
D | write_file_test.cpp | 97 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/ |
D | drop_caches_test.cpp | 33 char buf[chunksize]; in TEST() local
|
/test/vts-testcase/kernel/api/bpf_native_test/ |
D | BpfTest.cpp | 99 char buf[strlen("msg: 18446744073709551615")]; in workerThread() local
|
/test/vts-testcase/kernel/encryption/ |
D | file_based_encryption_tests.cpp | 306 uint8_t *buf = static_cast<uint8_t *>(buf_mem.get()); in ReadRawDataOfFile() local
|