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

/dalvik/libdex/
H A DDexFile.h602 DEX_INLINE const char* dexStringById(const DexFile* pDexFile, u4 idx) { function
624 return dexStringById(pDexFile, typeId->descriptorIdx);
721 return dexStringById(pDexFile, pClassDef->sourceFileIdx);

Completed in 230 milliseconds