HomeSort by relevance Sort by last modified time
    Searched refs:missing_bytes (Results 1 - 2 of 2) sorted by null

  /external/bsdiff/
split_patch_writer.cc 106 uint64_t missing_bytes = 0; local
108 missing_bytes += size;
110 missing_bytes += size;
111 if (missing_bytes > 0) {
112 LOG(ERROR) << "Close() called but there are " << missing_bytes
  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 167 const size_t missing_bytes = (aligned_size ? 0 : 9); local
168 bytes_to_write -= missing_bytes;
169 fd_->Seek(kBlockSize - missing_bytes, SEEK_SET);
186 if (missing_bytes) {
187 memset(&expected_file[kBlockSize - missing_bytes], 0, missing_bytes);

Completed in 111 milliseconds