Searched refs:expected_classpath_key (Results 1 – 1 of 1) sorted by relevance
1059 const char* expected_classpath_key, in RunTest() argument1076 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest()1077 ASSERT_TRUE(expected_classpath_key != nullptr); in RunTest()1080 ASSERT_STREQ(expected_classpath_key, classpath); in RunTest()1130 std::string expected_classpath_key = "PCL[" + in TEST_F() local1132 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()1160 std::string expected_classpath_key; in TEST_F() local1167 expected_classpath_key = "PCL["; in TEST_F()1170 expected_classpath_key + ":"; in TEST_F()1172 expected_classpath_key += oat_dex_files[i]->GetLocation() + "*" + in TEST_F()[all …]