Home | History | Annotate | Download | only in dexdump

Lines Matching defs:dotted

114  * Converts a type descriptor to human-readable "dotted" form.  For
166 * "dotted" form.
437 char* dotted = descriptorToDot(interfaceName);
438 fprintf(gOutFile, "<implements name=\"%s\">\n</implements>\n", dotted);
439 free(dotted);