Searched refs:expected_classpath_key (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 928 const char* expected_classpath_key, in RunTest() argument 945 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest() 946 ASSERT_TRUE(expected_classpath_key != nullptr); in RunTest() 949 ASSERT_STREQ(expected_classpath_key, classpath); in RunTest() 994 std::string expected_classpath_key = "PCL[" + in TEST_F() local 996 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F() 1023 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F() 1034 RunTest(context.c_str(), expected_classpath_key.c_str(), true); in TEST_F() 1046 expected_classpath_key.c_str(), in TEST_F() 1063 expected_classpath_key.c_str(), in TEST_F() [all …]
|