Home
last modified time | relevance | path

Searched defs:byte_count (Results 1 – 7 of 7) sorted by relevance

/system/libbase/
Dabi_compatibility.cpp56 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()
Dfile.cpp321 bool ReadFully(borrowed_fd fd, void* data, size_t byte_count) { in ReadFully()
340 static ssize_t pread(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) { in pread()
355 static ssize_t pwrite(borrowed_fd fd, const void* data, size_t byte_count, off64_t offset) { in pwrite()
371 bool ReadFullyAtOffset(borrowed_fd fd, void* data, size_t byte_count, off64_t offset) { in ReadFullyAtOffset()
387 bool WriteFullyAtOffset(borrowed_fd fd, const void* data, size_t byte_count, off64_t offset) { in WriteFullyAtOffset()
400 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) { in WriteFully()
/system/teeui/libteeui/include/teeui/
Dutf8range.h59 size_t byte_count = byteCount(c); in codePoint() local
110 auto byte_count = byteCount(*pos); in verify() local
/system/core/fastboot/
Dsocket_test.cpp256 size_t byte_count = bytes_sent, data_index = 0; in TEST() local
/system/libfmq/
Dlibfmq.rs329 let byte_count: usize = region_idx.checked_mul(MessageQueue::<T>::type_size()).unwrap(); in ptr() localVariable
/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h60309 u64 byte_count; member
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h70039 u64 byte_count; member