Searched defs:ext_dex_file (Results 1 – 2 of 2) sorted by relevance
150 /*out*/ ExtDexFile** ext_dex_file) { in ExtDexFileOpenFromMemory()209 /*out*/ ExtDexFile** ext_dex_file) { in ExtDexFileOpenFromFd()286 int ExtDexFileGetMethodInfoForOffset(ExtDexFile* ext_dex_file, in ExtDexFileGetMethodInfoForOffset()318 void ExtDexFileGetAllMethodInfos(ExtDexFile* ext_dex_file, in ExtDexFileGetAllMethodInfos()340 void ExtDexFileFree(ExtDexFile* ext_dex_file) { delete (ext_dex_file); } in ExtDexFileFree()
145 ExtDexFile* ext_dex_file; in OpenFromMemory() local168 ExtDexFile* ext_dex_file; in OpenFromFd() local207 explicit DexFile(ExtDexFile* ext_dex_file) : ext_dex_file_(ext_dex_file) {} in DexFile()