Searched defs:buf (Results 1 – 10 of 10) sorted by relevance
| /test/dittosuite/src/ |
| D | syscall.cpp | 48 int Syscall::FStat(int filedes, struct stat64* buf) { in FStat() 64 int64_t Syscall::Read(int fd, char* buf, int64_t count, int64_t offset) { in Read() 72 int64_t Syscall::ReadLink(const std::string& path_name, char* buf, int64_t bufsiz) { in ReadLink() 84 int64_t Syscall::Write(int fd, char* buf, int64_t count, int64_t offset) { in Write()
|
| /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/vts-testcase/security/poc/target/kernel_wifi/31707909/ |
| D | poc.cpp | 45 char *buf; member 58 void *buf; /* pointer to user buffer */ member 73 char buf[BUF_LEN]; in poc() local
|
| /test/dittosuite/test/ |
| D | write_file_test.cpp | 96 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F() 124 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 158 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 196 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 234 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 273 EXPECT_CALL(syscall_, FStat(fd_, _)).WillOnce(Invoke([&](int, struct stat64* buf) { in TEST_F()
|
| D | read_file_test.cpp | 100 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 128 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 162 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 200 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 238 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F() 279 .WillRepeatedly(Invoke([&](int, struct stat64* buf) { in TEST_F()
|
| /test/vts-testcase/security/poc/target/kernel_sound/28838221/ |
| D | poc.cpp | 25 char buf[SIZE] = {0}; in main() local
|
| /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
|