Searched refs:bytes_wrote (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.cc87 auto bytes_wrote = fd_->Write(cache_.data() + begin, bytes_cached_ - begin); local
88 if (bytes_wrote < 0) {
92 begin += bytes_wrote;
H A Dcached_file_descriptor_unittest.cc53 auto bytes_wrote = local
55 ASSERT_NE(bytes_wrote, -1);
56 total_bytes_wrote += bytes_wrote;

Completed in 58 milliseconds