Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.cc58 .boot_class_path_locations = runtime->GetBootClassPathLocations(), in OatFileAssistantContext()
Doat_file_assistant_test.cc196 .boot_class_path_locations = runtime_->GetBootClassPathLocations(), in CreateOatFileAssistantContext()
2661 std::string bcp_locations = android::base::Join(runtime_->GetBootClassPathLocations(), ':'); in TEST_P()
/art/runtime/
Druntime.cc1499 GetApexVersions(ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations())); in InitializeApexVersions()
1768 GetBootClassPathLocations(), in Init()
1998 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()
2017 ArrayRef<const std::string>(GetBootClassPathLocations()), in Init()
Druntime.h329 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
Druntime_image.cc1137 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in WriteObjects()
Dclass_linker.cc2224 std::string runtime_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in AddImageSpace()
/art/dex2oat/
Ddex2oat.cc1569 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup()
1618 std::string full_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in Setup()
1637 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()
/art/runtime/gc/space/
Dimage_space.cc3274 ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), in IsBootClassPathOnDisk()