Home | History | Annotate | Download | only in dexdump

Lines Matching defs:package

24  * - classes in same package are not all grouped together; generally speaking
224 return "\"package\"";
1357 * If "*pLastPackage" is NULL or does not match the current class' package,
1391 * For the XML output, show the package name. Ideally we'd gather
1393 * package name wouldn't jump around, but that's not a great plan
1410 /* reduce to just the package name */
1424 /* start of a new package */
1426 printf("</package>\n");
1427 printf("<package name=\"%s\"\n>\n", mangle);
1736 char* package = NULL;
1761 dumpClass(pDexFile, i, &package);
1765 if (package != NULL) {
1766 printf("</package>\n");
1767 free(package);