Home
last modified time | relevance | path

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

/system/core/libbacktrace/include/backtrace/
DBacktraceMap.h157 const std::vector<std::string>& GetSuffixesToIgnore() { return suffixes_to_ignore_; } in GetSuffixesToIgnore() function
/system/core/libbacktrace/
DUnwindStack.cpp62 unwinder.Unwind(skip_names, &stack_map->GetSuffixesToIgnore()); in Unwind()