Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc2466 std::string expected_stored_context = "PCL["; in TEST_F() local
2471 expected_stored_context += ":"; in TEST_F()
2473 expected_stored_context += "/system/not_real_lib.jar"; in TEST_F()
2475 expected_stored_context += "!classes" + std::to_string(index) + ".dex"; in TEST_F()
2477 expected_stored_context += "*" + std::to_string(dex_file->GetLocationChecksum()); in TEST_F()
2480 expected_stored_context += + "]"; in TEST_F()
2503 EXPECT_EQ(oat_file.GetClassLoaderContext(), expected_stored_context) << output_; in TEST_F()