Searched refs:parent_dir_name (Results 1 – 1 of 1) sorted by relevance
258 std::string parent_dir_name; in ParseCheckBootImage() local260 parent_dir_name = no_file_name.substr(ancestor_dirs_idx + 1); in ParseCheckBootImage()262 parent_dir_name = no_file_name; in ParseCheckBootImage()265 DBG_LOG << "boot_image_location parent_dir_name was " << parent_dir_name; in ParseCheckBootImage()267 if (GetInstructionSetFromString(parent_dir_name.c_str()) != InstructionSet::kNone) { in ParseCheckBootImage()