Home
last modified time | relevance | path

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

/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DPatchReaderTest.java109 boolean corruptStrategy = false; field in PatchReaderTest.Corruption
190 patchOut.write(corruption.corruptStrategy ? 11 : range.getMetadata().strategy); in writeTestPatch()
319 corruption.corruptStrategy = true; in testReadPatchApplyPlan_CorruptStrategy()