Home
last modified time | relevance | path

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

/art/tools/veridex/
Dveridex.cc142 std::vector<std::string> boot_classpath = Split(options.core_stubs, ':'); in Run() local
143 boot_content.resize(boot_classpath.size()); in Run()
145 for (const std::string& str : boot_classpath) { in Run()
/art/runtime/gc/space/
Dimage_space.h127 const std::string& boot_classpath,
Dimage_space.cc1751 const char* boot_classpath = in LoadBootImage() local
1753 if (boot_classpath == nullptr) { in LoadBootImage()
1757 ExtractMultiImageLocations(image_file_name, boot_classpath, &image_file_names); in LoadBootImage()
1937 const std::string& boot_classpath, in ExtractMultiImageLocations() argument
1942 Split(boot_classpath, ':', &images); in ExtractMultiImageLocations()