Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfile_stream_dumper.cpp27 need_loop_(false) in FileStreamDumper()
57 need_loop_ = (ptrDumpCfg_->loop_ == DumperConstant::LOOP); in PreExecute()
145 if (need_loop_) { in Execute()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/
Dfile_stream_dumper.h50 bool need_loop_; variable