Home
last modified time | relevance | path

Searched refs:GetOutputFilePath (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_parameter.h35 std::string& GetOutputFilePath();
/base/hiviewdfx/hidumper/frameworks/native/src/common/
Ddumper_parameter.cpp54 std::string &DumperParameter::GetOutputFilePath() in GetOutputFilePath() function in OHOS::HiviewDFX::DumperParameter
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dfd_output.cpp45 path_ = parameter->GetOutputFilePath(); in PreExecute()