Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DPatchReader.java63 int numOldFileUncompressionInstructions = (int) checkNonNegative( in readPatchApplyPlan() local
66 new ArrayList<TypedRange<Void>>(numOldFileUncompressionInstructions); in readPatchApplyPlan()
68 for (int x = 0; x < numOldFileUncompressionInstructions; x++) { in readPatchApplyPlan()