Home
last modified time | relevance | path

Searched refs:ExtDexFileOpenFromMemory (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/external/
Dlibdexfile_external.map.txt10 ExtDexFileOpenFromMemory;
Ddex_file_supp.cc40 DEFINE_DLFUNC_PTR(DexFile, ExtDexFileOpenFromMemory);
75 SET_DLFUNC_PTR(DexFile, ExtDexFileOpenFromMemory); in LoadLibdexfileExternal()
Ddex_file_ext.cc146 int ExtDexFileOpenFromMemory(const void* addr, in ExtDexFileOpenFromMemory() function
/art/libdexfile/external/include/art_api/
Ddex_file_external.h54 int ExtDexFileOpenFromMemory(const void* addr,
Ddex_file_support.h215 static decltype(ExtDexFileOpenFromMemory)* g_ExtDexFileOpenFromMemory;