Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dimgdiff_image.h108 const std::vector<uint8_t>* input_file_ptr_; // ptr to the full content of original input file variable
/bootable/recovery/applypatch/
Dimgdiff.cpp262 input_file_ptr_(file_content), in ImageChunk()
270 CHECK_LE(start_ + raw_data_len_, input_file_ptr_->size()); in GetRawData()
271 return input_file_ptr_->data() + start_; in GetRawData()
428 if (memcmp(buffer.data(), input_file_ptr_->data() + start_ + offset, compressed_size) != 0) { in TryReconstruction()