Home
last modified time | relevance | path

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

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