Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h128 std::unique_ptr<const DexFile> LoadExpectSingleDexFile(const char* location);
Dcommon_runtime_test.cc369 std::unique_ptr<const DexFile> CommonRuntimeTestImpl::LoadExpectSingleDexFile( in LoadExpectSingleDexFile() function in art::CommonRuntimeTestImpl
/art/compiler/
Dimage_test.h459 LoadExpectSingleDexFile(helper.dex_file_locations[i].c_str())); in TestWriteRead()