Searched defs:dexStringByTypeIdx (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexFile.h649 DEX_INLINE const char* dexStringByTypeIdx(const DexFile* pDexFile, u4 idx) { function
787 return dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
796 return dexStringByTypeIdx(pDexFile, pClassDef->superclassIdx);

Completed in 118 milliseconds