Searched defs:read (Results 1 – 9 of 9) sorted by relevance
/trusty/user/app/avb/test/ |
D | secure_storage_fake.h | 27 int read(uint64_t off, void* buf, size_t size) const override { in read() function
|
/trusty/user/app/avb/ |
D | secure_storage.cpp | 48 int SecureStorage::read(uint64_t off, void* buf, size_t size) const { in read() function in avb::SecureStorage
|
/trusty/user/app/storage/test/storage_host_test/ |
D | storage_host_test.c | 91 int read, in file_test_open() 193 int read, in file_test_etc() 235 int read, in file_test()
|
/trusty/user/base/lib/libc-trusty/ |
D | trusty_uio.c | 31 ssize_t read(int fd, void* buf, size_t count) { in read() function
|
/trusty/user/app/storage/test/storage-unittest-aidl/unittests/ |
D | helpers.rs | 139 let read = file in read_pattern() localVariable
|
/trusty/user/app/storage/ |
D | file.c | 374 bool read, in file_get_block_etc() 493 bool read, in file_get_block_write()
|
D | aidl_service.cpp | 325 Status read(int64_t size, int64_t offset, std::vector<uint8_t>* out) final { in read() function in storage_service::__anon6ce72a060111::File
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 1169 int read, in file_test_open() 1290 int read, in file_test_etc() 1326 int read, in file_test() 1341 int read, in file_test_split_tr()
|
/trusty/user/base/lib/storage/rust/src/ |
D | lib.rs | 301 pub fn read<'buf>(&mut self, path: &str, buf: &'buf mut [u8]) -> Result<&'buf [u8], Error> { in read() method
|