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 = no_file_name.substr(ancestor_dirs_idx + 1); in ParseCheckBootImage()
251 parent_dir_name = no_file_name; in ParseCheckBootImage()
254 DBG_LOG << "boot_image_location parent_dir_name was " << parent_dir_name; in ParseCheckBootImage()
256 if (GetInstructionSetFromString(parent_dir_name.c_str()) != kNone) { in ParseCheckBootImage()