/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/console_forwarder/ |
D | main.cpp | 172 auto bytes_read = console_out_->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local 185 auto bytes_read = client_fd->Read(buf_ptr->data(), buf_ptr->size()); in ReadLoop() local
|
/device/google/cuttlefish/host/commands/kernel_log_monitor/ |
D | utils.cc | 27 ssize_t bytes_read = cuttlefish::ReadExactBinary(fd, &length); in ReadEvent() local
|
/device/google/cuttlefish/host/commands/tombstone_receiver/ |
D | main.cpp | 91 auto bytes_read = conn->Read(buff, sizeof(buff)); in TombstoneReceiverMain() local
|
/device/generic/vulkan-cereal/third-party/perfetto/src/base/ |
D | file_utils.cc | 49 ssize_t bytes_read; in ReadFileDescriptor() 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/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/run_cvd/ |
D | main.cc | 139 auto bytes_read = ReadAll(input_fd, &input_files_str); in FindConfigFromStdin() local
|
D | boot_state_machine.cc | 55 auto bytes_read = read_end->Read(&exit_code, sizeof(exit_code)); in DaemonizeLauncher() local
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 112 auto bytes_read = client.client_fd->Read(buffer.data(), buffer.size()); in ReadCommand() local
|
/device/google/trout/hal/dumpstate/aidl/1.0/ |
D | DumpstateDevice.cpp | 83 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 | 247 auto bytes_read = gnss_out_->Read(buffer.data(), buffer.size()); in ReadLoop() local
|
/device/google/cuttlefish/common/libs/utils/ |
D | unix_sockets.cpp | 265 auto bytes_read = socket_->RecvMsg(&message_header, MSG_CMSG_CLOEXEC); in ReadMessage() local
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 318 auto bytes_read = ReadAll(input_fd, &input_files_str); in AssembleCvdMain() local
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 492 size_t bytes_read = 0; in OnCaptureBuffer() local
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest-death-test.cc | 467 int bytes_read; in ReadAndInterpretStatusByte() local 935 size_t bytes_read = 0; in Wait() local
|
/device/google/bramble/dumpstate/ |
D | DumpstateDevice.cpp | 364 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/google/barbet/dumpstate/ |
D | DumpstateDevice.cpp | 360 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/google/coral/dumpstate/ |
D | DumpstateDevice.cpp | 353 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/google/sunfish/dumpstate/ |
D | DumpstateDevice.cpp | 359 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/google/redfin/dumpstate/ |
D | DumpstateDevice.cpp | 358 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/ |
D | trace_stats.pbzero.h | 108 uint64_t bytes_read() const { return at<14>().as_uint64(); } in bytes_read() function
|
/device/google/gs101/dumpstate/ |
D | DumpstateDevice.cpp | 1177 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpModemThread() local
|
/device/google/gs201/dumpstate/ |
D | Dumpstate.cpp | 1364 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fdLog, buffer.data(), buffer.size())); in dumpLogSection() local
|