Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DPatchReaderTest.java117 boolean corruptDeltaLength = false; field in PatchReaderTest.Corruption
218 patchOut.writeLong(corruption.corruptDeltaLength ? -1 : descriptor.getDeltaLength()); in writeTestPatch()
371 corruption.corruptDeltaLength = true; in testReadPatchApplyPlan_DeltaLength()