/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd_stream.cpp | 45 ssize_t bytes_read = ReadExact(shared_fd_, in underflow() local 61 std::streamsize bytes_read = 0; in xsgetn() local
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | utils.cc | 29 ssize_t bytes_read = ReadExactBinary(fd, &length); in ReadEvent() local
|
/device/google/cuttlefish/guest/commands/bt_vhci_forwarder/hci/ |
D | h4_packetizer.cc | 63 ssize_t bytes_read; in OnDataReady() local
|
D | h4_parser.cc | 106 bool H4Parser::Consume(const uint8_t* buffer, int32_t bytes_read) { in Consume()
|
/device/google/cuttlefish/host/commands/console_forwarder/ |
D | main.cpp | 168 auto bytes_read = console_out_->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local 181 auto bytes_read = client_fd->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
|
/device/google/cuttlefish/host/commands/cvd_send_sms/unittest/ |
D | sms_sender_test.cc | 42 ssize_t bytes_read; in AssertCommandIsSent() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | unix_sockets.cpp | 274 auto bytes_read = socket_->RecvMsg(&message_header, MSG_CMSG_CLOEXEC); in ReadMessage() local 276 auto bytes_read = socket_->RecvMsg(&message_header, 0); in ReadMessage() local
|
D | files.cpp | 556 const auto bytes_read = read_fd->Read(text_output.data(), text_output.size()); in GetDiskUsage() local
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 104 auto bytes_read = conn->Recv(buff, sizeof(buff), 0); in TombstoneReceiverMain() local
|
/device/google/contexthub/util/nanotool/ |
D | calibrationfile.cpp | 52 ssize_t bytes_read = file_->read(file_data.data(), file_size); in Initialize() local
|
D | contexthub.cpp | 157 size_t bytes_read = fread(firmware_data.data(), sizeof(uint8_t), in Flash() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 137 auto bytes_read = client.client_read_fd_->Read(buffer.data(), buffer.size()); in ReadCommand() local
|
/device/google/trout/hal/dumpstate/1.1/ |
D | DumpstateDevice.cpp | 80 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(tempTarFile.fd, buffer.data(), buffer.size())); in tryDumpDirAsTar() local
|
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/ |
D | gnss_grpc_proxy.cpp | 309 auto bytes_read = source_out->Read(buffer.data(), buffer.size()); in SendCommand() local
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | boot_state_machine.cc | 132 auto bytes_read = read_end->Read(&exit_code, sizeof(exit_code)); in DaemonizeLauncher() local
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 486 size_t bytes_read = 0; in OnCaptureBuffer() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 581 auto bytes_read = ReadAll(input_fd, &input_files_str); in AssembleCvdMain() local
|
/device/google/cuttlefish/host/commands/modem_simulator/unittest/ |
D | service_test.cpp | 109 auto bytes_read = in ReadCommandResponse() local
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 1918 optional uint64 bytes_read = 14; field 5628 optional uint64 bytes_read = 5; field
|