Searched defs:byte_count (Results  1 – 6 of 6) sorted by relevance
| /system/libbase/ | 
| D | abi_compatibility.cpp | 56 bool ReadFully(int fd, void* data, size_t byte_count) {  in ReadFully()60 bool ReadFullyAtOffset(int fd, void* data, size_t byte_count, off64_t offset) {  in ReadFullyAtOffset()
 64 bool WriteFully(int fd, const void* data, size_t byte_count) {  in WriteFully()
 
 | 
| D | file.cpp | 311 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) {  in ReadFully()326 static ssize_t pread(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) {  in pread()
 341 static ssize_t pwrite(borrowed_fd fd, const void* data, size_t byte_count, off64_t offset) {  in pwrite()
 357 bool ReadFullyAtOffset(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) {  in ReadFullyAtOffset()
 369 bool WriteFullyAtOffset(borrowed_fd fd, const void* data, size_t byte_count, off64_t offset) {  in WriteFullyAtOffset()
 382 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) {  in WriteFully()
 
 | 
| /system/teeui/libteeui/include/teeui/ | 
| D | utf8range.h | 59         size_t byte_count = byteCount(c);  in codePoint()  local110             auto byte_count = byteCount(*pos);  in verify()  local
 
 | 
| /system/core/fastboot/ | 
| D | socket_test.cpp | 256             size_t byte_count = bytes_sent, data_index = 0;  in TEST()  local
 | 
| /system/nfc/src/nfc/tags/ | 
| D | rw_t1t_ndef.cc | 1833   uint16_t byte_count = T1T_SEGMENT_SIZE;  in rw_t1t_get_lock_bits_for_segment()  local
 | 
| D | rw_t2t_ndef.cc | 2085   uint16_t byte_count = 0;  in rw_t2t_get_lock_bits_for_segment()  local
 |