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

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

Completed in 373 milliseconds