Home
last modified time | relevance | path

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

/art/libdexfile/external/
Dlibdexfile_external.map.txt8 ExtDexFileMakeString;
Ddex_file_supp.cc37 DEFINE_DLFUNC_PTR(DexString, ExtDexFileMakeString);
72 SET_DLFUNC_PTR(DexString, ExtDexFileMakeString); in LoadLibdexfileExternal()
Ddex_file_ext.cc79 const ExtDexFileString* ExtDexFileMakeString(const char* str, size_t size) { in ExtDexFileMakeString() function
/art/libdexfile/external/include/art_api/
Ddex_file_external.h36 const struct ExtDexFileString* ExtDexFileMakeString(const char* str, size_t size);
Ddex_file_support.h84 static decltype(ExtDexFileMakeString)* g_ExtDexFileMakeString;