Searched refs:entries (Results 1 – 3 of 3) sorted by relevance
47 all: the sum of all entries in the package48 dex: the sum of all "*.dex" entries in the package
27 Alterations to the archive, such as renaming or deleting entries, will29 entries. Files added to an "aligned" archive will not be aligned.
208 for (Enumeration<JarEntry> e = jar.entries(); e.hasMoreElements(); ) { in addDigestsToManifest()314 Map<String, Attributes> entries = manifest.getEntries(); in writeSignatureFile() local315 for (Map.Entry<String, Attributes> entry : entries.entrySet()) { in writeSignatureFile()385 Map<String, Attributes> entries = manifest.getEntries(); in copyFiles() local386 ArrayList<String> names = new ArrayList<String>(entries.keySet()); in copyFiles()