Searched refs:expected_classpath_key (Results 1 – 1 of 1) sorted by relevance
1042 const char* expected_classpath_key, in RunTest() argument1058 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() local1105 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() local1132 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() local1143 RunTest(context.c_str(), expected_classpath_key.c_str(), /*expect_status=*/Status::kSuccess); in TEST_F()[all …]