Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/utils/
Dutils.py239 old_suffix = suffixes[libname].get(arch_cpu)
240 if (not old_suffix or
242 _get_module_variant_sort_key(old_suffix)):
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp229 std::string old_suffix; in GetAnonymousEnumUniqueId() local
234 old_suffix = std::to_string(old_name.length()) + match_result[0].str(); in GetAnonymousEnumUniqueId()
236 if (!mangled_name.endswith(old_suffix)) { in GetAnonymousEnumUniqueId()
243 old_suffix = match_result[0].str(); in GetAnonymousEnumUniqueId()
263 return mangled_name.drop_back(old_suffix.length()).str() + new_suffix; in GetAnonymousEnumUniqueId()