Home
last modified time | relevance | path

Searched defs:ext_dex_file (Results 1 – 2 of 2) sorted by relevance

/art/libdexfile/external/
Ddex_file_ext.cc150 /*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()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h145 ExtDexFile* ext_dex_file; in OpenFromMemory() local
168 ExtDexFile* ext_dex_file; in OpenFromFd() local
207 explicit DexFile(ExtDexFile* ext_dex_file) : ext_dex_file_(ext_dex_file) {} in DexFile()