Searched refs:expected_stored_context (Results 1 – 1 of 1) sorted by relevance
2330 std::string expected_stored_context = "PCL["; in TEST_F() local2335 expected_stored_context += ":"; in TEST_F()2337 expected_stored_context += "/system/not_real_lib.jar"; in TEST_F()2339 expected_stored_context += "!classes" + std::to_string(index) + ".dex"; in TEST_F()2341 expected_stored_context += "*" + std::to_string(dex_file->GetLocationChecksum()); in TEST_F()2344 expected_stored_context += + "]"; in TEST_F()2365 EXPECT_EQ(oat_file.GetClassLoaderContext(), expected_stored_context) << output_; in TEST_F()