Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc974 const char* kEmptyClassPathKey = "PCL[]"; member in art::Dex2oatClassLoaderContextTest
982 RunTest("PCL[]", kEmptyClassPathKey, /*expected_success*/ true); in TEST_F()
987 RunTest(context.c_str(), kEmptyClassPathKey, /*expected_success*/ true); in TEST_F()
1005 RunTest(context.c_str(), kEmptyClassPathKey , /*expected_success*/ true); in TEST_F()
1011 RunTest(context.c_str(), kEmptyClassPathKey, /*expected_success*/ true); in TEST_F()