Searched refs:GetBootClassPathLocations (Results 1 – 6 of 6) sorted by relevance
148 ASSERT_EQ(oat_bcp, android::base::Join(Runtime::Current()->GetBootClassPathLocations(), ':')); in GenerateOatForTest()156 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPathLocations()), in GenerateOatForTest()
628 ArrayRef<const std::string>(runtime->GetBootClassPathLocations()), in ValidateBootClassPathChecksums()
1391 GetBootClassPathLocations(), in Init()1599 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()1617 ArrayRef<const std::string>(GetBootClassPathLocations()), in Init()
281 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
326 std::vector<std::string> bcp_locations = runtime->GetBootClassPathLocations(); in TEST_F()
1776 for (const std::string& bcp_location : runtime_->GetBootClassPathLocations()) { in Setup()1824 std::string full_bcp = android::base::Join(runtime->GetBootClassPathLocations(), ':'); in Setup()1844 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()