Searched refs:context_with_no_base_dir (Results 1 – 1 of 1) sorted by relevance
1581 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F() local1582 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() local1605 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() local1625 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()