Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h48 static Runtime* StartRuntime(const std::vector<std::string>& boot_image_locations, in StartRuntime() argument
62 if (!boot_image_locations.empty()) { in StartRuntime()
63 boot_image_option += android::base::Join(boot_image_locations, ':'); in StartRuntime()
/art/odrefresh/
Dodrefresh.cc538 const std::vector<std::string>& boot_image_locations) { in AddCompiledBootClasspathFdsIfAny() argument
550 for (const std::string& location : boot_image_locations) { in AddCompiledBootClasspathFdsIfAny()