Searched refs:no_file_name (Results 1 – 1 of 1) sorted by relevance
281 std::string no_file_name = boot_image_location.substr(0, file_name_idx); in ParseCheckBootImage() local282 size_t ancestor_dirs_idx = no_file_name.rfind('/'); in ParseCheckBootImage()286 parent_dir_name = no_file_name.substr(ancestor_dirs_idx + 1); in ParseCheckBootImage()288 parent_dir_name = no_file_name; in ParseCheckBootImage()