Home
last modified time | relevance | path

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

/third_party/libabigail/src/
Dabg-tools-utils.cc1700 string::size_type last_dot_index = 0, dot_before_last_index = 0; in get_rpm_arch() local
1720 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()