Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DPatchReader.java80 int numDeltaFriendlyNewFileRecompressionInstructions = dataIn.readInt(); in readPatchApplyPlan() local
82 numDeltaFriendlyNewFileRecompressionInstructions, in readPatchApplyPlan()
86 numDeltaFriendlyNewFileRecompressionInstructions); in readPatchApplyPlan()
88 for (int x = 0; x < numDeltaFriendlyNewFileRecompressionInstructions; x++) { in readPatchApplyPlan()