Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h288 std::string parent_dir_name; in ParseCheckBootImage() local
290 parent_dir_name = no_file_name.substr(ancestor_dirs_idx + 1); in ParseCheckBootImage()
292 parent_dir_name = no_file_name; in ParseCheckBootImage()
295 DBG_LOG << "boot_image_location parent_dir_name was " << parent_dir_name; in ParseCheckBootImage()
297 if (GetInstructionSetFromString(parent_dir_name.c_str()) != InstructionSet::kNone) { in ParseCheckBootImage()