Searched refs:GetBootClassPathLocations (Results 1 – 6 of 6) sorted by relevance
265 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
615 for (const std::string& location : runtime->GetBootClassPathLocations()) { in ValidateBootClassPathChecksums()
1317 GetBootClassPathLocations(), in Init()1542 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()1560 ArrayRef<const std::string>(GetBootClassPathLocations()), in Init()
1069 const std::vector<std::string>& boot_class_path_locations = runtime->GetBootClassPathLocations(); in InitFromBootImage()
146 runtime->GetBootClassPathLocations(); in GenerateImage()
1518 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()