Home
last modified time | relevance | path

Searched refs:bytes_wrote (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.cc87 auto bytes_wrote = fd_->Write(cache_.data() + begin, bytes_cached_ - begin); in FlushCache() local
88 if (bytes_wrote < 0) { in FlushCache()
92 begin += bytes_wrote; in FlushCache()
H A Dcached_file_descriptor_unittest.cc53 auto bytes_wrote = in Write() local
55 ASSERT_NE(bytes_wrote, -1); in Write()
56 total_bytes_wrote += bytes_wrote; in Write()
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/inc/
H A DLsLib.h50 int bytes_wrote; member
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp101 update_info.bytes_wrote = 0xAA; in LSC_update_seq_handler()
103 update_info.bytes_wrote = 0x55; in LSC_update_seq_handler()
391 if (Os_info->bytes_wrote == 0xAA) { in LSC_loadapplet()
535 if (Os_info->bytes_wrote == 0xAA) { in LSC_loadapplet()
544 if (Os_info->bytes_wrote == 0xAA) { in LSC_loadapplet()
1370 if ((image_info->bytes_wrote == 0x55) || (tType == LS_Default)) { in Write_Response_To_OutFile()