Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h89 static Runtime* StartRuntime(const char* boot_image_location, in StartRuntime() argument
92 CHECK(boot_image_location != nullptr); in StartRuntime()
106 boot_image_option += boot_image_location; in StartRuntime()
271 std::string boot_image_location = boot_image_location_; in ParseCheckBootImage() local
272 size_t separator_pos = boot_image_location.find(':'); in ParseCheckBootImage()
274 boot_image_location = boot_image_location.substr(/*pos*/ 0u, /*size*/ separator_pos); in ParseCheckBootImage()
276 size_t file_name_idx = boot_image_location.rfind('/'); in ParseCheckBootImage()
285 std::string no_file_name = boot_image_location.substr(0, file_name_idx); in ParseCheckBootImage()
305 if (!LocationToFilename(boot_image_location, instruction_set_, &file_name)) { in ParseCheckBootImage()
308 boot_image_location.c_str(), in ParseCheckBootImage()