Home
last modified time | relevance | path

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

/art/runtime/
Dclass_loader_context_test.cc1556 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local
1557 ASSERT_EQ(context->VerifyClassLoaderContextMatch(context_with_no_base_dir), in TEST_F()
1566 ASSERT_NE(context_with_base_dir, context_with_no_base_dir); in TEST_F()
1579 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local
1580 ASSERT_EQ(context->VerifyClassLoaderContextMatch(context_with_no_base_dir), in TEST_F()
1589 ASSERT_NE(context_with_base_dir, context_with_no_base_dir); in TEST_F()
1599 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local
1600 ASSERT_EQ(context->VerifyClassLoaderContextMatch(context_with_no_base_dir), in TEST_F()
1609 ASSERT_NE(context_with_base_dir, context_with_no_base_dir); in TEST_F()