Home
last modified time | relevance | path

Searched defs:xentry (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipOutputStream.java85 private void writeLOC(java.util.zip.ZipOutputStream.XEntry xentry) throws java.io.IOException { in writeLOC()
93 private void writeCEN(java.util.zip.ZipOutputStream.XEntry xentry) throws java.io.IOException { in writeCEN()
/libcore/ojluni/src/main/java/java/util/zip/
DZipOutputStream.java387 private void writeLOC(XEntry xentry) throws IOException { in writeLOC()
485 private void writeCEN(XEntry xentry) throws IOException { in writeCEN()