Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java332 private CachedFileContents<Object> closedControl; field in ZFile
473 closedControl = null; in ZFile()
1550 if (closedControl == null) { in innerClose()
1551 closedControl = new CachedFileContents<>(file); in innerClose()
1554 closedControl.closed(null); in innerClose()
1603 if (closedControl != null && !closedControl.isValid()) { in reopenRw()