Searched refs:expected_stored_context (Results 1 – 1 of 1) sorted by relevance
2477 std::string expected_stored_context = "PCL["; in TEST_F() local2482 expected_stored_context += ":"; in TEST_F()2484 expected_stored_context += "/system/not_real_lib.jar"; in TEST_F()2486 expected_stored_context += "!classes" + std::to_string(index) + ".dex"; in TEST_F()2488 expected_stored_context += "*" + std::to_string(dex_file->GetLocationChecksum()); in TEST_F()2491 expected_stored_context += + "]"; in TEST_F()2514 EXPECT_EQ(oat_file.GetClassLoaderContext(), expected_stored_context) << output_; in TEST_F()