Home
last modified time | relevance | path

Searched defs:bytes_written (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h158 size_t bytes_written() const { return pos_ - data_; } in bytes_written() function
171 size_t bytes_written() const { in bytes_written() function
/aosp12/system/update_engine/payload_consumer/
H A Dextent_writer.cc36 size_t bytes_written = 0; in Write() local
H A Dfile_writer.cc35 size_t bytes_written = 0; in Write() local
H A Dextent_writer_unittest.cc113 size_t bytes_written = 0; in WriteAlignedExtents() local
153 size_t bytes_written = 0; in TEST_F() local
H A Dsnapshot_extent_writer.cc111 auto bytes_written = ConsumeWithBuffer(data, count); in Write() local
/aosp12/art/libprofile/profile/
H A Dprofile_helpers.h31 int bytes_written = TEMP_FAILURE_RETRY(write(fd, buffer, byte_count)); in WriteBuffer() local
/aosp12/art/odrefresh/
H A Dodr_statslog_android.cc154 int bytes_written = art::metrics::statsd::stats_write(metrics::statsd::ODREFRESH_REPORTED, in UploadStatsIfAvailable() local
/aosp12/hardware/interfaces/bluetooth/1.0/default/test/
H A Dbluetooth_address_test.cc56 size_t bytes_written = write(fd, string, length); in FileWriteString() local
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind_for_offline.cpp156 size_t bytes_written = fwrite(buffer.data(), 1, bytes, output.get()); in CreateElfFromMemory() local
189 size_t bytes_written = fwrite(buffer.data(), 1, bytes, output.get()); in CopyElfFromFile() local
/aosp12/bionic/tests/
H A Dfcntl_test.cpp191 …ssize_t bytes_written = splice(pipe_fds[0], nullptr, tf.fd, nullptr, bytes_read, SPLICE_F_MORE | S… in TEST() local
208 ssize_t bytes_written = vmsplice(pipe_fds[1], v, sizeof(v)/sizeof(iovec), 0); in TEST() local
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_iaxxx_sensor_control.c118 size_t bytes_written = 0; in oslo_driver_set_param_blk() local
H A Doslo_data_injection_test.c184 size_t bytes_written; in main() local
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.cc158 ssize_t bytes_written = write(p2p_sharing_fd_, data, length); in WriteToP2PFile() local
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp388 int bytes_written; in RecordingThreadEntry() local
775 int bytes_written; in PlaybackThreadEntry() local
/aosp12/system/extras/ioshark/
H A Dioshark_bench.h64 u_int64_t bytes_written; member
/aosp12/packages/services/BuiltInPrintService/jni/lib/
H A Dprinter.c93 ssize_t bytes_written; in _send_data() local
/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.cc108 DWORD bytes_written = 0; in pwrite() local
452 ssize_t bytes_written = kUseOffset in WriteFullyGeneric() local
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp346 size_t bytes_written = 0; in TEST_F() local
373 size_t bytes_written = 0; in TEST_F() local
/aosp12/system/update_engine/common/
H A Dutils.cc153 ssize_t bytes_written = 0; in WriteAll() local
164 size_t bytes_written = 0; in PWriteAll() local
186 ssize_t bytes_written = 0; in WriteAll() local
/aosp12/system/gatekeeper/
H A Dgatekeeper_messages.cpp111 uint32_t bytes_written = 0; in Serialize() local
/aosp12/packages/modules/adb/
H A Dsocket_test.cpp108 size_t bytes_written; member
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dring_buffer.cpp158 unsigned int bytes_written = 0; // bytes written into rb so far in rb_write() local
/aosp12/packages/services/Car/cpp/bugreport/
H A Dmain.cpp464 size_t bytes_written = 0; in main() local
/aosp12/system/core/trusty/storage/lib/
H A Dstorage.c242 size_t bytes_written = 0; in storage_write() local
/aosp12/system/bt/gd/hal/
H A Dhci_hal_host.cc375 auto bytes_written = write(this->sock_fd_, (void*)packet_to_send.data(), packet_to_send.size()); in send_packet_ready() local

12