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

/dalvik/libdex/
H A DDexFile.h233 typedef struct DexMapList { struct
236 } DexMapList; typedef in typeref:struct:DexMapList
590 /* return the DexMapList of the file, if any */
591 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
597 return (const DexMapList*) (pDexFile->baseAddr + mapOff);

Completed in 128 milliseconds