Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h265 const std::vector<std::string>& GetBootClassPathLocations() const { in GetBootClassPathLocations() function
Doat_file_assistant.cc615 for (const std::string& location : runtime->GetBootClassPathLocations()) { in ValidateBootClassPathChecksums()
Druntime.cc1317 GetBootClassPathLocations(), in Init()
1542 ArrayRef<const std::string>(GetBootClassPathLocations()).SubArray(start), in Init()
1560 ArrayRef<const std::string>(GetBootClassPathLocations()), in Init()
Dclass_linker.cc1069 const std::vector<std::string>& boot_class_path_locations = runtime->GetBootClassPathLocations(); in InitFromBootImage()
/art/runtime/gc/space/
Dimage_space.cc146 runtime->GetBootClassPathLocations(); in GenerateImage()
/art/dex2oat/
Ddex2oat.cc1518 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()