Searched refs:EncodeContextForOatFile (Results 1 – 7 of 7) sorted by relevance
556 std::string ClassLoaderContext::EncodeContextForOatFile(const std::string& base_dir, in EncodeContextForOatFile() function in art::ClassLoaderContext1294 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1301 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1319 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1328 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1338 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1353 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1359 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
1138 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1141 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1155 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1158 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1581 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1590 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()1604 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1613 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()1624 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1633 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()[all …]
126 std::string EncodeContextForOatFile(const std::string& base_dir,
369 << context->EncodeContextForOatFile("") << "\n" in OpenDexFilesFromOat()
944 << context_->EncodeContextForOatFile(android::base::Dirname(dex_location_)); in ClassLoaderContextIsOkay()
213 EXPECT_EQ(context->EncodeContextForOatFile(""), in TEST_F()
1654 class_loader_context_->EncodeContextForOatFile(classpath_dir_, in Setup()