Searched refs:EncodeContextForOatFile (Results 1 – 9 of 9) sorted by relevance
572 std::string ClassLoaderContext::EncodeContextForOatFile(const std::string& base_dir, in EncodeContextForOatFile() function in art::ClassLoaderContext1330 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1337 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1355 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1364 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1374 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1389 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1395 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1092 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1095 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1109 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1112 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1556 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1565 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()1579 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1588 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()1599 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1608 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()[all …]
122 std::string EncodeContextForOatFile(const std::string& base_dir,
504 << spec << ", actual=" << context.EncodeContextForOatFile("") << ")"; in MatchesClassLoaderContext()
904 << ". The expected context is " << context->EncodeContextForOatFile(classpath_dir); in ClassLoaderContextIsOkay()
382 << context->EncodeContextForOatFile("") << "\n" in OpenDexFilesFromOat()
191 EXPECT_EQ(context->EncodeContextForOatFile(""), in TEST_F()
340 std::string str_context = context->EncodeContextForOatFile(kBaseDir); in DexFile_getClassLoaderContext()
1902 class_loader_context_->EncodeContextForOatFile(classpath_dir_, in Setup()