Home | History | Annotate | Download | only in dexdump

Lines Matching defs:dotted

122  * Converts a type descriptor to human-readable "dotted" form.  For
178 * "dotted" form.
559 char* dotted = descriptorToDot(interfaceName);
560 printf("<implements name=\"%s\">\n</implements>\n", dotted);
561 free(dotted);