Searched refs:GetBootClassPathLocations (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | dexopt_test.cc | 169 ASSERT_EQ(oat_bcp, android::base::Join(Runtime::Current()->GetBootClassPathLocations(), ':')); in GenerateOatForTest() 177 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations()), in GenerateOatForTest()
|
D | oat_file_assistant.cc | 654 oat_boot_class_path_view == android::base::Join(runtime->GetBootClassPathLocations(), ":")) { in ValidateBootClassPathChecksums() 661 ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), in ValidateBootClassPathChecksums()
|
D | runtime.cc | 1276 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()
|
D | runtime.h | 284 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 387 const std::vector<std::string>& bcp_locations = runtime->GetBootClassPathLocations(); in ValidateBcp()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 326 std::vector<std::string> bcp_locations = runtime->GetBootClassPathLocations(); in TEST_F()
|
D | image_space.cc | 3145 ArrayRef<const std::string>(runtime->GetBootClassPathLocations())); in IsBootClassPathOnDisk()
|
/art/dex2oat/ |
D | dex2oat.cc | 1534 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()
|