Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddumper_opts.cpp61 limitSize_ = DEFAULT_LIMITSIZE; in Reset()
92 limitSize_ = opts.limitSize_; in operator =()
196 if (limitSize_ < 1) { in CheckOptions()
197 errStr = std::to_string(limitSize_); in CheckOptions()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_opts.h42 int limitSize_; member