Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DPatchApplyPlan.java116 public List<DeltaDescriptor> getDeltaDescriptors() { in getDeltaDescriptors() method in PatchApplyPlan
DFileByFileV1DeltaApplier.java97 long deltaLength = plan.getDeltaDescriptors().get(0).getDeltaLength(); in applyDeltaInternal()
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DPatchReaderTest.java234 Assert.assertEquals(DELTA_DESCRIPTORS, plan.getDeltaDescriptors()); in testReadPatchApplyPlan()