Home
last modified time | relevance | path

Searched defs:read_res (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/process_sandboxer/
Dsignal_fd.cpp53 auto read_res = read(fd_.Get(), &info, sizeof(info)); in ReadSignal() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_channel_relay_test.cc111 zx_status_t read_res; in DiscardFromSocket() local
342 const auto read_res = in ReadDatagramFromSocket() local
/aosp_15_r20/external/perfetto/src/kallsyms/
H A Dlazy_kernel_symbolizer.cc112 bool read_res = base::ReadFile(kPtrRestrictPath, &initial_value_); in ScopedKptrUnrestrict() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_uio.rs52 let read_res = read(reader.as_raw_fd(), &mut read_buf[..]); in test_writev() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/socket/public/pw_bluetooth_sapphire/fuchsia/host/socket/
H A Dsocket_channel_relay.h444 zx_status_t read_res; in CopyFromSocketToChannel() local
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/
Dstring_record.rs637 let read_res = rdr.read_byte_record(&mut self.0); in read() localVariable
/aosp_15_r20/development/host/windows/usb/adb_winapi_test/
H A Dadb_winapi_test.cpp528 bool read_res = AdbReadEndpointSync(adb_read, &msg_rcv, sizeof(msg_rcv), &read_bytes, 512); in DeviceHandShake() local
/aosp_15_r20/system/core/trusty/storage/proxy/
H A Dstorage.c686 ssize_t read_res = read_with_retry(fd, read_rsp.hdr.data, req->size, in storage_file_read() local
/aosp_15_r20/external/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp737 BmpDecoder::Status read_res = BmpDecoder::LoadImage(m_pBmpContext.get()); in BmpContinueDecode() local