Home
last modified time | relevance | path

Searched refs:GetBootClassPathLocations (Results 1 – 3 of 3) 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()
/art/dex2oat/
Ddex2oat.cc1518 android::base::Join(runtime->GetBootClassPathLocations(), ':')); in Setup()