Searched refs:descriptorToDot (Results 1 - 2 of 2) sorted by relevance

/art/dexlist/
H A Ddexlist.cc63 static char* descriptorToDot(const char* str) { function in namespace:art
106 char* className = descriptorToDot(classDescriptor);
/art/dexdump/
H A Ddexdump.cc119 static char* descriptorToDot(const char* str) { function in namespace:art
437 char* dotted = descriptorToDot(interfaceName);
862 char* tmp = descriptorToDot(backDescriptor);
948 tmp = descriptorToDot(backDescriptor);
958 char* tmp = descriptorToDot(returnType+1);
1001 char* tmp = descriptorToDot(tmpBuf);
1163 char *tmp = descriptorToDot(typeDescriptor);
1317 tmp = descriptorToDot(superclassDescriptor);

Completed in 63 milliseconds