Searched refs:closedControl (Results 1 – 1 of 1) sorted by relevance
332 private CachedFileContents<Object> closedControl; field in ZFile473 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()