Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h247 std::string parent_dir_name; in ParseCheckBootImage() local
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()
256 DBG_LOG << "boot_image_location parent_dir_name was " << parent_dir_name; in ParseCheckBootImage()
258 if (GetInstructionSetFromString(parent_dir_name.c_str()) != InstructionSet::kNone) { in ParseCheckBootImage()