Home
last modified time | relevance | path

Searched defs:ZFileOptions (Results 1 – 4 of 4) sorted by relevance

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DZFileReadOnlyTest.java57 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 …]
DReadWithDifferentCompressionLevelsTest.java33 try (ZFile read = new ZFile(l9File, new ZFileOptions())) { in readL9()
43 try (ZFile read = new ZFile(l1File, new ZFileOptions())) { in readL1()
DOldApkReadTest.java33 try (ZFile zf = new ZFile(apkFile, new ZFileOptions())) { in testReadOldApk()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFileOptions.java28 public class ZFileOptions { class
72 public ZFileOptions() { in ZFileOptions() method in ZFileOptions