Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DByteTracker.java53 public synchronized void innerClose() throws IOException { in fromStream()
54 super.innerClose(); in fromStream()
73 public synchronized void innerClose() throws IOException {
74 super.innerClose();
DCloseableByteSource.java50 innerClose(); in close()
62 protected abstract void innerClose() throws IOException; in innerClose() method in CloseableByteSource
DCloseableDelegateByteSource.java80 protected synchronized void innerClose() throws IOException { in innerClose() method in CloseableDelegateByteSource
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java1282 try (Closeable ignored = this::innerClose) { in close()
1540 private void innerClose() throws IOException { in innerClose() method
1594 innerClose(); in reopenRw()
DInflaterByteSource.java61 public void innerClose() throws IOException { in innerClose() method in InflaterByteSource
DLazyDelegateByteSource.java153 public void innerClose() throws IOException { in innerClose() method in LazyDelegateByteSource
DStoredEntry.java571 protected void innerClose() throws IOException { in createSourceFromZip()