Searched refs:dot_before_last_index (Results 1 – 1 of 1) sorted by relevance
1700 string::size_type last_dot_index = 0, dot_before_last_index = 0; in get_rpm_arch() local1720 dot_before_last_index = i; in get_rpm_arch()1728 arch = str.substr(dot_before_last_index + 1, in get_rpm_arch()1729 last_dot_index - dot_before_last_index - 1); in get_rpm_arch()