Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
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()
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()