Home
last modified time | relevance | path

Searched refs:soname_not_regex_ (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/src/
H A Dabg-suppression-priv.h42 mutable regex::regex_t_sptr soname_not_regex_; member in abigail::suppr::suppression_base::priv
127 if (!soname_not_regex_ && !soname_not_regex_str_.empty()) in get_soname_not_regex()
128 soname_not_regex_ = regex::compile(soname_not_regex_str_); in get_soname_not_regex()
129 return soname_not_regex_; in get_soname_not_regex()

Completed in 2 milliseconds