Searched refs:boot_image_locations (Results 1 – 2 of 2) sorted by relevance
48 static Runtime* StartRuntime(const std::vector<std::string>& boot_image_locations, in StartRuntime() argument62 if (!boot_image_locations.empty()) { in StartRuntime()63 boot_image_option += android::base::Join(boot_image_locations, ':'); in StartRuntime()
538 const std::vector<std::string>& boot_image_locations) { in AddCompiledBootClasspathFdsIfAny() argument550 for (const std::string& location : boot_image_locations) { in AddCompiledBootClasspathFdsIfAny()