Home
last modified time | relevance | path

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

/art/runtime/
Ddexopt_test.cc148 ASSERT_EQ(oat_bcp, android::base::Join(Runtime::Current()->GetBootClassPathLocations(), ':')); in GenerateOatForTest()
156 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations()), in GenerateOatForTest()
Doat_file_assistant.cc621 ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), in ValidateBootClassPathChecksums()
Druntime.cc1389 GetBootClassPathLocations(), in Init()
1593 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()
1611 ArrayRef<const std::string>(GetBootClassPathLocations()), in Init()
Druntime.h281 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
/art/runtime/gc/space/
Dimage_space_test.cc330 std::vector<std::string> bcp_locations = runtime->GetBootClassPathLocations(); in TEST_F()
Dimage_space.cc158 runtime->GetBootClassPathLocations(); in GenerateImage()
3488 ArrayRef<const std::string>(runtime->GetBootClassPathLocations())); in IsBootClassPathOnDisk()
/art/dex2oat/
Ddex2oat.cc1792 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup()
1840 std::string full_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in Setup()
1860 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()