Home | History | Annotate | Download | only in applier

Lines Matching refs:plan

78     // First, read the patch plan from the patch stream.
80 PatchApplyPlan plan = patchReader.readPatchApplyPlan(deltaIn);
81 writeDeltaFriendlyOldBlob(plan, oldBlob, deltaFriendlyOldBlob);
85 long deltaLength = plan.getDeltaDescriptors().get(0).getDeltaLength();
94 plan.getDeltaFriendlyNewFileRecompressionPlan(),
103 * @param plan the plan to use for uncompressing
109 PatchApplyPlan plan, File oldBlob, File deltaFriendlyOldBlob) throws IOException {
114 deltaFriendlyOldBlob, plan.getDeltaFriendlyOldFileSize());
116 plan.getOldFileUncompressionPlan(),