Home
last modified time | relevance | path

Searched refs:boot_classpath (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.h127 const std::string& boot_classpath,
Dimage_space.cc1668 const char* boot_classpath = in LoadBootImage() local
1670 if (boot_classpath == nullptr) { in LoadBootImage()
1674 ExtractMultiImageLocations(image_file_name, boot_classpath, &image_file_names); in LoadBootImage()
1851 const std::string& boot_classpath, in ExtractMultiImageLocations() argument
1856 Split(boot_classpath, ':', &images); in ExtractMultiImageLocations()