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

  /external/bsdiff/
diff_encoder.cc 26 bool DiffEncoder::AddControlEntry(const ControlEntry& entry) {
54 if (!patch_->AddControlEntry(entry))
split_patch_writer.cc 43 bool SplitPatchWriter::AddControlEntry(const ControlEntry& entry) {
89 if (!patches_[current_patch_]->AddControlEntry(
149 return patches_[current_patch_]->AddControlEntry(entry);
175 "AddControlEntry() is not supported.";

Completed in 213 milliseconds