Home
last modified time | relevance | path

Searched defs:bytes_to_write (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dextent_writer.cc42 size_t bytes_to_write = in Write() local
H A Dextent_writer_unittest.cc115 size_t bytes_to_write = min(data.size() - bytes_written, chunk_size); in WriteAlignedExtents() local
155 size_t bytes_to_write = in TEST_F() local
/aosp12/packages/modules/adb/client/
H A Dmain.cpp193 const DWORD bytes_to_write = arraysize(ack) - 1; in adb_server_main() local
/aosp12/system/core/fs_mgr/libfiemap/
H A Dsplit_fiemap_writer.cpp259 uint64_t bytes_to_write = std::min(file_bytes_left, bytes_remaining); in Write() local
/aosp12/system/core/fastboot/device/
H A Dusb_client.cpp285 auto bytes_to_write = std::min(len - bytes_written_total, kFbFfsNumBufs * kFbFfsBufSize); in Write() local
/aosp12/system/extras/simpleperf/
H A Drecord_file_writer.cpp150 uint32_t bytes_to_write = std::min(RECORD_SIZE_LIMIT - Record::header_size(), left_bytes); in WriteRecord() local
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c3613 size_t bytes_to_write = bytes; in out_write() local