Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.cc169 ASSERT_EQ(oat_bcp, android::base::Join(Runtime::Current()->GetBootClassPathLocations(), ':')); in GenerateOatForTest()
177 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations()), in GenerateOatForTest()
Doat_file_assistant.cc654 oat_boot_class_path_view == android::base::Join(runtime->GetBootClassPathLocations(), ":")) { in ValidateBootClassPathChecksums()
661 ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), in ValidateBootClassPathChecksums()
Druntime.cc1276 for (std::string_view jar : Runtime::Current()->GetBootClassPathLocations()) { in InitializeApexVersions()
1572 GetBootClassPathLocations(), in Init()
1781 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()
1799 ArrayRef<const std::string>(GetBootClassPathLocations()), in Init()
Druntime.h290 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
/art/dexoptanalyzer/
Ddexoptanalyzer.cc387 const std::vector<std::string>& bcp_locations = runtime->GetBootClassPathLocations(); in ValidateBcp()
/art/runtime/gc/space/
Dimage_space_test.cc326 std::vector<std::string> bcp_locations = runtime->GetBootClassPathLocations(); in TEST_F()
Dimage_space.cc3145 ArrayRef<const std::string>(runtime->GetBootClassPathLocations())); in IsBootClassPathOnDisk()
/art/dex2oat/
Ddex2oat.cc1534 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup()
1588 std::string full_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in Setup()
1608 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()