Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_runtime_test.h100 std::unique_ptr<const DexFile> LoadExpectSingleDexFile(const char* location);
Dcommon_runtime_test.cc279 std::unique_ptr<const DexFile> CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) { in LoadExpectSingleDexFile() function in art::CommonRuntimeTest
/art/compiler/
Dimage_test.cc146 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F()