Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc1005 ssize_t bytes_read_this_iteration = 0; in PerformMoveOperation() local
1013 &bytes_read_this_iteration)); in PerformMoveOperation()
1015 bytes_read_this_iteration == static_cast<ssize_t>(bytes)); in PerformMoveOperation()
1016 bytes_read += bytes_read_this_iteration; in PerformMoveOperation()
1119 ssize_t bytes_read_this_iteration = 0; in PerformSourceCopyOperation() local
1129 &bytes_read_this_iteration)); in PerformSourceCopyOperation()
1138 bytes_read += bytes_read_this_iteration; in PerformSourceCopyOperation()
1139 TEST_AND_RETURN_FALSE(bytes_read_this_iteration == in PerformSourceCopyOperation()
1239 ssize_t bytes_read_this_iteration = 0; in PerformSourceBsdiffOperation() local
1243 &bytes_read_this_iteration)); in PerformSourceBsdiffOperation()
[all …]
/system/update_engine/common/
Dutils.cc1061 ssize_t bytes_read_this_iteration = 0; in ReadExtents() local
1068 &bytes_read_this_iteration)); in ReadExtents()
1069 TEST_AND_RETURN_FALSE(bytes_read_this_iteration == bytes); in ReadExtents()
1070 bytes_read += bytes_read_this_iteration; in ReadExtents()