Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dfreeze_json_util.cpp50 ss << LOGGER_FREEZEJSON_LOG_PATH << "/" << pid << "-" << uid << "-" << timestamp; in GetFilePath()
56 if (!FileUtil::FileExists(LOGGER_FREEZEJSON_LOG_PATH)) { in GetFd()
57 FileUtil::ForceCreateDirectory(LOGGER_FREEZEJSON_LOG_PATH); in GetFd()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfreeze_json_util.h30 const std::string LOGGER_FREEZEJSON_LOG_PATH = "/data/log/freezejson"; variable