Home
last modified time | relevance | path

Searched refs:IsDumpZip (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddumper_opts.h68 bool IsDumpZip() const;
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dmemory_dumper.cpp39 bool isZip = parameter->GetOpts().IsDumpZip(); in PreExecute()
H A Dsa_dumper.cpp47 bool isZip = parameter->GetOpts().IsDumpZip(); in PreExecute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp143 bool DumperOpts::IsDumpZip() const in IsDumpZip() function in OHOS::HiviewDFX::DumperOpts
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp111 bool isZip = ptrDumperParameter->GetOpts().IsDumpZip(); in Main()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp518 if (dumperOpts.IsDumpZip()) { in HandleDumpProcesses()