Searched defs:ZFileOptions (Results 1 – 4 of 4) sorted by relevance
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileReadOnlyTest.java | 57 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotUpdateInRoMode() 69 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotAddFilesInRoMode() 82 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotAddRecursivelyInRoMode() 94 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotReplaceFilesInRoMode() 106 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotDeleteFilesInRoMode() 121 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotMergeInRoMode() 134 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotTouchInRoMode() 146 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotRealignInRoMode() 158 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotAddExtensionInRoMode() 170 try (ZFile zf = new ZFile(makeTestZip(), new ZFileOptions(), true)) { in cannotDirectWriteInRoMode() [all …]
|
D | ReadWithDifferentCompressionLevelsTest.java | 33 try (ZFile read = new ZFile(l9File, new ZFileOptions())) { in readL9() 43 try (ZFile read = new ZFile(l1File, new ZFileOptions())) { in readL1()
|
D | OldApkReadTest.java | 33 try (ZFile zf = new ZFile(apkFile, new ZFileOptions())) { in testReadOldApk()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileOptions.java | 28 public class ZFileOptions { class 72 public ZFileOptions() { in ZFileOptions() method in ZFileOptions
|