Home
last modified time | relevance | path

Searched defs:bytes_read (Results 126 – 150 of 621) sorted by relevance

12345678910>>...25

/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file.cc83 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 Dhkdf_streaming_prf_test.cc171 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/
Diter.rs38 let bytes_read = in read() localVariable
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/platform/kumquat/
H A DVirtGpuKumquatSync.cpp18 ssize_t bytes_read = read(syncFd, &count, sizeof(count)); in wait() local
/aosp_15_r20/art/libartbase/base/
H A Dzip_archive_test.cc58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F() local
/aosp_15_r20/external/bsdiff/
H A Dsink_file.cc12 bool SinkFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
H A Dmemory_file.cc15 bool MemoryFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
H A Dbuffer_file.cc20 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/
Dutils.cc29 ssize_t bytes_read = ReadExactBinary(fd, &length); in ReadEvent() local
/aosp_15_r20/external/libvpx/
H A Divfdec.c73 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 Dbionic_netlink.cpp78 ssize_t bytes_read; in ReadResponses() local
/aosp_15_r20/external/libaom/common/
H A Divfdec.c63 size_t *bytes_read, size_t *buffer_size, in ivf_read_frame()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbuffer_queue.cc44 bool BufferQueue::ReadFront(void* buffer, size_t bytes, size_t* bytes_read) { in ReadFront()
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_quic_spdy_stream.cc64 size_t bytes_read = Readv(&iov, 1); in Read() local
/aosp_15_r20/external/cronet/components/cronet/
H A Dcronet_upload_data_stream.cc82 void CronetUploadDataStream::OnReadSuccess(int bytes_read, bool final_chunk) { in OnReadSuccess()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dextent_reader.cc69 uint64_t bytes_read = 0; in Read() local
/aosp_15_r20/external/cpuinfo/src/linux/
H A Dmultiline.c41 ssize_t bytes_read; in cpuinfo_linux_parse_multiline_file() local
/aosp_15_r20/external/pdfium/testing/utils/
H A Dfile_util.cpp31 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 Dbluetooth_address.cc56 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 Dsys_io.cc68 uint32_t bytes_read{}; in TryReadByte() local
/aosp_15_r20/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/
Dh4_packetizer.cc63 ssize_t bytes_read; in OnDataReady() local
/aosp_15_r20/system/update_engine/common/
H A Dfile_fetcher.cc139 void FileFetcher::OnReadDoneCallback(size_t bytes_read) { in OnReadDoneCallback()
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dsubprocess_windows.cc122 DWORD bytes_read; in Read() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dh4_data_channel_packetizer.cc70 ssize_t bytes_read = socket->Recv(buffer.data(), bytes_to_read); in OnDataReady() local
/aosp_15_r20/platform_testing/utils/shell-as/
H A Dtest-app.cpp104 int bytes_read = fread(pgrep_output, 1, sizeof(pgrep_output) - 1, pgrep); in GetTestAppProcessId() local

12345678910>>...25