Searched refs:bytes_wrote (Results 1 – 4 of 4) sorted by relevance
87 auto bytes_wrote = fd_->Write(cache_.data() + begin, bytes_cached_ - begin); in FlushCache() local88 if (bytes_wrote < 0) { in FlushCache()92 begin += bytes_wrote; in FlushCache()
53 auto bytes_wrote = in Write() local55 ASSERT_NE(bytes_wrote, -1); in Write()56 total_bytes_wrote += bytes_wrote; in Write()
50 int bytes_wrote; member
101 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()