Home
last modified time | relevance | path

Searched defs:needMaps (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp55 Impl(bool needMaps) : pid_(UNWIND_TYPE_LOCAL) in Impl()
288 Unwinder::Unwinder(bool needMaps) : impl_(std::make_shared<Impl>(needMaps)) in Unwinder()