Searched refs:ADexFile_create (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/external/ |
D | dex_file_ext_test.cc | 44 EXPECT_EQ(ADexFile_create(kDexData, size, &size, "", &dex_), ADEXFILE_ERROR_OK); in TEST_F() 51 EXPECT_EQ(ADexFile_create(kDexData, size, nullptr, "", &dex_), ADEXFILE_ERROR_OK); in TEST_F() 57 EXPECT_EQ(ADexFile_create(kDexData, size, &size, "", &dex_), ADEXFILE_ERROR_NOT_ENOUGH_DATA); in TEST_F() 64 EXPECT_EQ(ADexFile_create(kDexData, size, &size, "", &dex_), ADEXFILE_ERROR_NOT_ENOUGH_DATA); in TEST_F() 72 EXPECT_EQ(ADexFile_create(kDexData, size, &size, "", &dex), ADEXFILE_ERROR_OK); in GetTestDexData()
|
D | dex_file_ext.cc | 142 ADexFile_Error ADexFile_create(const void* _Nonnull address, in ADexFile_create() function
|
/art/libdexfile/ |
D | libdexfile.map.txt | 8 ADexFile_create; # apex
|
/art/libdexfile/external/include/art_api/ |
D | dex_file_external.h | 68 ADexFile_Error ADexFile_create(const void* _Nonnull address,
|
D | dex_file_support.h | 38 MACRO(ADexFile_create) \
|