Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dindenter.h44 size_t to_write = eol + 1 - s; in xsputn() local
76 size_t to_write = std::min(remaining, sizeof(text_)); in Write() local
/aosp12/hardware/libhardware/modules/vibrator/
H A Dvibrator.c53 int to_write, written, ret, fd; in write_value() local
/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp348 size_t to_write = std::min(kSize - bytes_written, (size_t)1000); in TEST_F() local
375 size_t to_write = std::min(kSize - bytes_written, kChunkSize); in TEST_F() local
H A Dimage_manager.cpp257 uint64_t to_write = std::min(static_cast<uint64_t>(zeroes.size()), remaining); in ZeroFillNewImage() local
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_utils_unittest.cc59 uint64_t to_write = in WriteExtents() local
/aosp12/system/core/fastboot/
H A Dfastboot_driver.cpp594 size_t to_write = std::min(TRANSPORT_CHUNK_SIZE - tpbuf.size(), len); in SparseWriteCallback() local
/aosp12/system/core/libsparse/
H A Doutput_file.cpp261 int to_write; in callback_file_skip() local
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp951 size_t to_write = SIDELOAD_HOST_BLOCK_SIZE; in adb_sideload_install() local
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp189 size_t written = 0, to_write = size * nmemb; in fwrite_helper() local