/aosp_15_r20/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 83 DWORD bytes_read = 0; in pread() local 433 ssize_t bytes_read = TEMP_FAILURE_RETRY(read_func(fd, ptr, byte_count, offset)); in ReadFullyGeneric() local
|
/aosp_15_r20/external/tink/cc/subtle/prf/ |
H A D | hkdf_streaming_prf_test.cc | 171 int bytes_read = result.value(); in TEST() local 204 int bytes_read = result.value(); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | iter.rs | 38 let bytes_read = in read() localVariable
|
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/platform/kumquat/ |
H A D | VirtGpuKumquatSync.cpp | 18 ssize_t bytes_read = read(syncFd, &count, sizeof(count)); in wait() local
|
/aosp_15_r20/art/libartbase/base/ |
H A D | zip_archive_test.cc | 58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F() local
|
/aosp_15_r20/external/bsdiff/ |
H A D | sink_file.cc | 12 bool SinkFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
H A D | memory_file.cc | 15 bool MemoryFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
H A D | buffer_file.cc | 20 bool BufferFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | utils.cc | 29 ssize_t bytes_read = ReadExactBinary(fd, &length); in ReadEvent() local
|
/aosp_15_r20/external/libvpx/ |
H A D | ivfdec.c | 73 int ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read, in ivf_read_frame()
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | bionic_netlink.cpp | 78 ssize_t bytes_read; in ReadResponses() local
|
/aosp_15_r20/external/libaom/common/ |
H A D | ivfdec.c | 63 size_t *bytes_read, size_t *buffer_size, in ivf_read_frame()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | buffer_queue.cc | 44 bool BufferQueue::ReadFront(void* buffer, size_t bytes, size_t* bytes_read) { in ReadFront()
|
/aosp_15_r20/external/cronet/net/websockets/ |
H A D | websocket_quic_spdy_stream.cc | 64 size_t bytes_read = Readv(&iov, 1); in Read() local
|
/aosp_15_r20/external/cronet/components/cronet/ |
H A D | cronet_upload_data_stream.cc | 82 void CronetUploadDataStream::OnReadSuccess(int bytes_read, bool final_chunk) { in OnReadSuccess()
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | extent_reader.cc | 69 uint64_t bytes_read = 0; in Read() local
|
/aosp_15_r20/external/cpuinfo/src/linux/ |
H A D | multiline.c | 41 ssize_t bytes_read; in cpuinfo_linux_parse_multiline_file() local
|
/aosp_15_r20/external/pdfium/testing/utils/ |
H A D | file_util.cpp | 31 size_t bytes_read = fread(buffer.get(), 1, file_length, file); in GetFileContents() local
|
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/ |
H A D | bluetooth_address.cc | 56 int bytes_read = read(addr_fd, address, kStringLength); in get_local_address() local
|
/aosp_15_r20/external/pigweed/pw_sys_io_ambiq_sdk/ |
H A D | sys_io.cc | 68 uint32_t bytes_read{}; in TryReadByte() local
|
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/ |
D | h4_packetizer.cc | 63 ssize_t bytes_read; in OnDataReady() local
|
/aosp_15_r20/system/update_engine/common/ |
H A D | file_fetcher.cc | 139 void FileFetcher::OnReadDoneCallback(size_t bytes_read) { in OnReadDoneCallback()
|
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/ |
H A D | subprocess_windows.cc | 122 DWORD bytes_read; in Read() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/ |
D | h4_data_channel_packetizer.cc | 70 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
|
/aosp_15_r20/platform_testing/utils/shell-as/ |
H A D | test-app.cpp | 104 int bytes_read = fread(pgrep_output, 1, sizeof(pgrep_output) - 1, pgrep); in GetTestAppProcessId() local
|