Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h235 const std::string& boot_image_location = boot_image_locations_[0]; in ParseCheckBootImage() local
236 size_t file_name_idx = boot_image_location.rfind('/'); in ParseCheckBootImage()
245 size_t ancestor_dirs_idx = boot_image_location.rfind('/', file_name_idx - 1); in ParseCheckBootImage()
249 parent_dir_name = boot_image_location.substr(/*pos=*/ancestor_dirs_idx + 1, in ParseCheckBootImage()
252 parent_dir_name = boot_image_location.substr(/*pos=*/0, in ParseCheckBootImage()