Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_supp.cc31 #define FOR_ALL_DLFUNCS(MACRO) \ argument
32 MACRO(DexString, ExtDexFileMakeString) \
33 MACRO(DexString, ExtDexFileGetString) \
34 MACRO(DexString, ExtDexFileFreeString) \
35 MACRO(DexFile, ExtDexFileOpenFromMemory) \
36 MACRO(DexFile, ExtDexFileOpenFromFd) \
37 MACRO(DexFile, ExtDexFileGetMethodInfoForOffset) \
38 MACRO(DexFile, ExtDexFileGetAllMethodInfos) \
39 MACRO(DexFile, ExtDexFileFree)