Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_loader_context_test.cc1581 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local
1582 ASSERT_EQ(context->VerifyClassLoaderContextMatch(context_with_no_base_dir), in TEST_F()
1591 ASSERT_NE(context_with_base_dir, context_with_no_base_dir); in TEST_F()
1604 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local
1605 ASSERT_EQ(context->VerifyClassLoaderContextMatch(context_with_no_base_dir), in TEST_F()
1614 ASSERT_NE(context_with_base_dir, context_with_no_base_dir); in TEST_F()
1624 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local
1625 ASSERT_EQ(context->VerifyClassLoaderContextMatch(context_with_no_base_dir), in TEST_F()
1634 ASSERT_NE(context_with_base_dir, context_with_no_base_dir); in TEST_F()