Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1090 const char* expected_classpath_key, in RunTest() argument
1107 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest()
1108 ASSERT_TRUE(expected_classpath_key != nullptr); in RunTest()
1111 ASSERT_STREQ(expected_classpath_key, classpath); in RunTest()
1162 std::string expected_classpath_key = "PCL[" + in TEST_F() local
1164 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F()
1192 std::string expected_classpath_key; in TEST_F() local
1199 expected_classpath_key = "PCL["; in TEST_F()
1202 expected_classpath_key + ":"; in TEST_F()
1204 expected_classpath_key += oat_dex_files[i]->GetLocation() + "*" + in TEST_F()
[all …]