Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/
H A Dlibdexfile.map.txt9 ADexFile_destroy; # apex
/aosp12/art/libdexfile/external/include/art_api/
H A Ddex_file_external.h106 void ADexFile_destroy(ADexFile* _Nullable self);
H A Ddex_file_support.h39 MACRO(ADexFile_destroy) \
/aosp12/art/libdexfile/external/
H A Ddex_file_ext_test.cc36 ADexFile_destroy(dex_); in TearDown()
H A Ddex_file_ext.cc201 void ADexFile_destroy(ADexFile* self) { in ADexFile_destroy() function