Home
last modified time | relevance | path

Searched refs:GetLibCoreDexFileName (Results 1 – 7 of 7) 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.h81 static std::string GetLibCoreDexFileName();
Dparsed_options_test.cc37 std::string lib_core(CommonRuntimeTest::GetLibCoreDexFileName()); in TEST_F()
Dcommon_runtime_test.cc305 std::string boot_class_path_string = "-Xbootclasspath:" + GetLibCoreDexFileName(); in SetUp()
409 std::string CommonRuntimeTest::GetLibCoreDexFileName() { in GetLibCoreDexFileName() function in art::CommonRuntimeTest
Ddex_file_test.cc209 EXPECT_TRUE(DexFile::GetChecksum(GetLibCoreDexFileName().c_str(), &checksum, &error_msg)) in TEST_F()
Doat_file_assistant_test.cc959 Copy(GetLibCoreDexFileName(), dex_location); in TEST_F()
/art/compiler/
Dimage_test.cc146 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F()