Lines Matching refs:expected_classpath_key
1042 const char* expected_classpath_key, in RunTest() argument
1058 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest()
1059 ASSERT_TRUE(expected_classpath_key != nullptr); in RunTest()
1062 ASSERT_STREQ(expected_classpath_key, classpath); in RunTest()
1103 std::string expected_classpath_key = in TEST_F() local
1105 RunTest(context.c_str(), expected_classpath_key.c_str(), /*expect_status=*/Status::kSuccess); in TEST_F()
1129 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "];" + in TEST_F() local
1132 RunTest(context.c_str(), expected_classpath_key.c_str(), /*expect_status=*/Status::kSuccess); in TEST_F()
1141 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1143 RunTest(context.c_str(), expected_classpath_key.c_str(), /*expect_status=*/Status::kSuccess); in TEST_F()
1152 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1155 expected_classpath_key.c_str(), in TEST_F()
1168 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1172 expected_classpath_key.c_str(), in TEST_F()
1185 std::string expected_classpath_key = "PCL[" + CreateClassPathWithChecksums(dex_files1) + "]" + in TEST_F() local
1189 expected_classpath_key.c_str(), in TEST_F()