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.cc193 /*out*/ ExtDexFile** ext_dex_file) { in ExtDexFileOpenFromMemory() argument
252 /*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()
/art/libdexfile/external/include/art_api/
Ddex_file_support.h158 ExtDexFile* ext_dex_file; in OpenFromMemory() local
181 ExtDexFile* ext_dex_file; in OpenFromFd() local
220 explicit DexFile(ExtDexFile* ext_dex_file) : ext_dex_file_(ext_dex_file) {} in DexFile()