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\"";
1343 * If "*pLastPackage" is NULL or does not match the current class' package,
1377 * For the XML output, show the package name. Ideally we'd gather
1379 * package name wouldn't jump around, but that's not a great plan
1396 /* reduce to just the package name */
1410 /* start of a new package */
1412 printf("</package>\n");
1413 printf("<package name=\"%s\"\n>\n", mangle);
1722 char* package = NULL;
1747 dumpClass(pDexFile, i, &package);
1751 if (package != NULL) {
1752 printf("</package>\n");
1753 free(package);