Home
last modified time | relevance | path

Searched refs:expected_classpath_key (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/dex2oat/
H A Ddex2oat_test.cc1042 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()
[all …]