Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2465 boolean mayCompressFile = Verify.verifyNotNull(mayCompress.apply(file), in addAllRecursively()
2470 add(file.getName(), fileInput, mayCompressFile); in addAllRecursively() local
2481 boolean mayCompressFile; in addAllRecursively()
2484 mayCompressFile = false; in addAllRecursively()
2487 mayCompressFile = Verify.verifyNotNull(mayCompress.apply(f), in addAllRecursively()
2491 add(path, stream, mayCompressFile); in addAllRecursively()