Searched refs:GetLibCoreDexFileName (Results 1 – 6 of 6) sorted by relevance
35 …std::unique_ptr<ZipArchive> zip_archive(ZipArchive::Open(GetLibCoreDexFileName().c_str(), &error_m… in TEST_F()
96 std::string GetLibCoreDexFileName();
33 std::string lib_core(GetLibCoreDexFileName()); in TEST_F()
200 java_lang_dex_file_ = LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()); in SetUp()286 std::string CommonRuntimeTest::GetLibCoreDexFileName() { in GetLibCoreDexFileName() function in art::CommonRuntimeTest
208 EXPECT_TRUE(DexFile::GetChecksum(GetLibCoreDexFileName().c_str(), &checksum, &error_msg)) in TEST_F()
144 std::unique_ptr<const DexFile> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str())); in TEST_F()