Searched refs:GetBootClassPathLocations (Results 1 – 8 of 8) sorted by relevance
/art/runtime/oat/ |
D | oat_file_assistant_context.cc | 58 .boot_class_path_locations = runtime->GetBootClassPathLocations(), in OatFileAssistantContext()
|
D | oat_file_assistant_test.cc | 196 .boot_class_path_locations = runtime_->GetBootClassPathLocations(), in CreateOatFileAssistantContext() 2661 std::string bcp_locations = android::base::Join(runtime_->GetBootClassPathLocations(), ':'); in TEST_P()
|
/art/runtime/ |
D | runtime.cc | 1499 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()
|
D | runtime.h | 329 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
|
D | runtime_image.cc | 1137 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in WriteObjects()
|
D | class_linker.cc | 2224 std::string runtime_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in AddImageSpace()
|
/art/dex2oat/ |
D | dex2oat.cc | 1569 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/ |
D | image_space.cc | 3274 ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), in IsBootClassPathOnDisk()
|