Home
last modified time | relevance | path

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

/build/tools/
Ddump-package-stats47 all: the sum of all entries in the package
48 dex: the sum of all "*.dex" entries in the package
/build/tools/zipalign/
DREADME.txt27 Alterations to the archive, such as renaming or deleting entries, will
29 entries. Files added to an "aligned" archive will not be aligned.
/build/tools/signapk/
DSignApk.java282 for (Enumeration<JarEntry> e = jar.entries(); e.hasMoreElements(); ) { in addDigestsToManifest()
398 Map<String, Attributes> entries = manifest.getEntries(); in writeSignatureFile() local
399 for (Map.Entry<String, Attributes> entry : entries.entrySet()) { in writeSignatureFile()
469 Map<String, Attributes> entries = manifest.getEntries(); in copyFiles() local
470 ArrayList<String> names = new ArrayList<String>(entries.keySet()); in copyFiles()