Home
last modified time | relevance | path

Searched defs:innerClose (Results 1 – 5 of 5) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableByteSource.java62 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/
DInflaterByteSource.java61 public void innerClose() throws IOException { in innerClose() method in InflaterByteSource
DLazyDelegateByteSource.java153 public void innerClose() throws IOException { in innerClose() method in LazyDelegateByteSource
DZFile.java1540 private void innerClose() throws IOException { in innerClose() method