Home
last modified time | relevance | path

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

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java1781 private void add(@Nonnull final StoredEntry newEntry) throws IOException { in add()
1858 private void addToEntries(@Nonnull final StoredEntry newEntry) throws IOException { in addToEntries()
2053 StoredEntry newEntry = new StoredEntry(newFileData, this, newSource); in mergeFrom() local
2202 StoredEntry newEntry = new StoredEntry(clonedCdh, this, newSource); in realign() local