Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Dimage_write_read_test.cc97 LoadExpectSingleDexFile(helper.dex_file_locations[i].c_str())); in TestWriteRead()
/aosp12/art/libartbase/base/
H A Dcommon_art_test.h232 std::unique_ptr<const DexFile> LoadExpectSingleDexFile(const char* location);
H A Dcommon_art_test.cc366 std::unique_ptr<const DexFile> CommonArtTestImpl::LoadExpectSingleDexFile(const char* location) { in LoadExpectSingleDexFile() function in art::CommonArtTestImpl