Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1136 const char* kEmptyClassPathKey = "PCL[]"; member in art::Dex2oatClassLoaderContextTest
1144 RunTest("PCL[]", kEmptyClassPathKey, /*expected_success*/ true); in TEST_F()
1155 RunTest(context.c_str(), kEmptyClassPathKey, /*expected_success*/ true); in TEST_F()
1173 RunTest(context.c_str(), kEmptyClassPathKey , /*expected_success*/ true); in TEST_F()
1219 RunTest(context.c_str(), kEmptyClassPathKey, /*expected_success*/ true); in TEST_F()