Searched defs:ext_dex_file (Results 1 – 2 of 2) sorted by relevance
193 /*out*/ ExtDexFile** ext_dex_file) { in ExtDexFileOpenFromMemory() argument252 /*out*/ ExtDexFile** ext_dex_file) { in ExtDexFileOpenFromFd()329 int ExtDexFileGetMethodInfoForOffset(ExtDexFile* ext_dex_file, in ExtDexFileGetMethodInfoForOffset()361 void ExtDexFileGetAllMethodInfos(ExtDexFile* ext_dex_file, in ExtDexFileGetAllMethodInfos()383 void ExtDexFileFree(ExtDexFile* ext_dex_file) { delete (ext_dex_file); } in ExtDexFileFree()
158 ExtDexFile* ext_dex_file; in OpenFromMemory() local181 ExtDexFile* ext_dex_file; in OpenFromFd() local220 explicit DexFile(ExtDexFile* ext_dex_file) : ext_dex_file_(ext_dex_file) {} in DexFile()