Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
H A Devent_logger_test.cpp468 std::string stackPath = ""; variable
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp211 std::string stackPath = realPath + "/" + fileName; in WriteToFile() local
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp161 std::string stackPath = FileUtil::IncludeTrailingPathDelimiter(workPath) + "hiview_stack.log"; in SaveStack() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp527 std::string EventLogger::GetAppFreezeFile(std::string& stackPath) in GetAppFreezeFile()