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

  /external/bsdiff/
patch_reader.h 35 bool ParseControlEntry(ControlEntry* control_entry);
patch_reader.cc 115 bool BsdiffPatchReader::ParseControlEntry(ControlEntry* control_entry) {
patch_reader_unittest.cc 82 EXPECT_TRUE(patch_reader.ParseControlEntry(&control_entry));
bspatch.cc 267 if (!patch_reader.ParseControlEntry(&control_entry)) {

Completed in 223 milliseconds