Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java1725 pos = nextEntryPos(pos, entryPos, nlen); in initCEN()
1753 private int nextEntryPos(int pos, int entryPos, int nlen) { in nextEntryPos() method in ZipFile.Source