Home | History | Annotate | Download | only in dexdump

Lines Matching defs:tp

838         const char* tp = pDexFile->StringByTypeIdx(dex::TypeIndex(index));
839 outSize = snprintf(buf.get(), bufSize, "%s // type@%0*x", tp, width, index);