Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DPatchReader.java119 int numDeltaRecords = (int) checkRange(dataIn.readInt(), 1, 1, "num delta records"); in readPatchApplyPlan() local
121 List<DeltaDescriptor> deltaDescriptors = new ArrayList<DeltaDescriptor>(numDeltaRecords); in readPatchApplyPlan()
122 for (int x = 0; x < numDeltaRecords; x++) { in readPatchApplyPlan()