Home
last modified time | relevance | path

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

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