Searched refs:boot_classpath (Results 1 – 3 of 3) sorted by relevance
142 std::vector<std::string> boot_classpath = Split(options.core_stubs, ':'); in Run() local143 boot_content.resize(boot_classpath.size()); in Run()145 for (const std::string& str : boot_classpath) { in Run()
127 const std::string& boot_classpath,
1751 const char* boot_classpath = in LoadBootImage() local1753 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() argument1942 Split(boot_classpath, ':', &images); in ExtractMultiImageLocations()