Home
last modified time | relevance | path

Searched refs:GetLibCoreDexFileName (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dzip_archive_test.cc35 …std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileName().c_str(), &error_m… in TEST_F()
Dcommon_runtime_test.h96 std::string GetLibCoreDexFileName();
Dparsed_options_test.cc33 std::string lib_core(GetLibCoreDexFileName()); in TEST_F()
Dcommon_runtime_test.cc200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()); in SetUp()
286 std::string CommonRuntimeTest::GetLibCoreDexFileName() { in GetLibCoreDexFileName() function in art::CommonRuntimeTest
Ddex_file_test.cc208 EXPECT_TRUE(DexFile::GetChecksum(GetLibCoreDexFileName().c_str(), &checksum, &error_msg)) in TEST_F()
/art/compiler/
Dimage_test.cc144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F()