Searched refs:EncodeContextForOatFile (Results 1 – 8 of 8) sorted by relevance
1211 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1214 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1228 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1231 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1247 std::string encoding = context->EncodeContextForOatFile(""); in TEST_F()1250 ASSERT_EQ(expected_encoding, context->EncodeContextForOatFile("")); in TEST_F()1707 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1716 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()1730 std::string context_with_no_base_dir = context->EncodeContextForOatFile(""); in TEST_F()1739 std::string context_with_base_dir = context->EncodeContextForOatFile(parent); in TEST_F()[all …]
581 std::string ClassLoaderContext::EncodeContextForOatFile(const std::string& base_dir, in EncodeContextForOatFile() function in art::ClassLoaderContext1391 << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1398 << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1416 << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1425 << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1435 << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1450 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()1456 << " (" << context_spec << " | " << EncodeContextForOatFile("") << ")"; in ClassLoaderInfoMatch()
130 std::string EncodeContextForOatFile(const std::string& base_dir,
442 << context->EncodeContextForOatFile("") << "\n" in OpenDexFilesFromOat()
1241 << context_->EncodeContextForOatFile(android::base::Dirname(dex_location_)); in ClassLoaderContextIsOkay()
1862 store.Put(OatHeader::kClassPathKey, context->EncodeContextForOatFile("")); in SetupHeader()
338 EXPECT_EQ(context->EncodeContextForOatFile(""), in TEST_P()
1682 class_loader_context_->EncodeContextForOatFile(classpath_dir_, in Setup()