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

  /bootable/recovery/applypatch/
imgdiff.cpp 276 return uncompressed_data_.data();
283 return uncompressed_data_.size();
302 uncompressed_data_ = std::move(data);
309 uncompressed_data_.insert(uncompressed_data_.end(), bonus_data.begin(), bonus_data.end());
317 uncompressed_data_.clear();
408 strm.avail_in = uncompressed_data_.size();
409 strm.next_in = uncompressed_data_.data();
    [all...]
  /bootable/recovery/applypatch/include/applypatch/
imgdiff_image.h 114 std::vector<uint8_t> uncompressed_data_; member in class:ImageChunk

Completed in 70 milliseconds