Home
last modified time | relevance | path

Searched refs:DEFAULT_LOG_FILE_MODE (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
H A Dzip_helper.h28 constexpr mode_t DEFAULT_LOG_FILE_MODE = 0644; member
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp36 constexpr mode_t DEFAULT_LOG_FILE_MODE = 0644; member
110 auto fd = open(fullPath.c_str(), O_CREAT | O_WRONLY | O_TRUNC, DEFAULT_LOG_FILE_MODE); in DmesgSaveTofile()
/base/hiviewdfx/hiview/base/logstore/
H A Dlog_store_ex.cpp35 constexpr mode_t DEFAULT_LOG_FILE_MODE = 0664; member
160 auto fd = open(path.c_str(), O_CREAT | O_WRONLY | O_TRUNC, DEFAULT_LOG_FILE_MODE); in CreateLogFile()
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp42 static constexpr mode_t DEFAULT_LOG_FILE_MODE = 0644; member
117 fd = open(realPath.c_str(), O_CREAT | O_WRONLY | O_TRUNC, DEFAULT_LOG_FILE_MODE); in WriteKernelStackToFd()
/base/hiviewdfx/hiview/base/utility/include/
H A Dfreeze_json_util.h41 const unsigned int DEFAULT_LOG_FILE_MODE = 0644; member
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp56 constexpr mode_t DEFAULT_LOG_FILE_MODE = 0644; member
441 writeFd = open(path.c_str(), O_CREAT | O_RDWR | O_APPEND, DEFAULT_LOG_FILE_MODE); in ForkProcessToDumpExtraInfo()
443 writeFd = open(path.c_str(), O_CREAT | O_RDWR, DEFAULT_LOG_FILE_MODE); in ForkProcessToDumpExtraInfo()
/base/hiviewdfx/hiview/base/utility/
H A Dfreeze_json_util.cpp62 return open(filePath.c_str(), O_CREAT | O_RDWR | O_APPEND, DEFAULT_LOG_FILE_MODE); in GetFd()
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp604 int fd = TEMP_FAILURE_RETRY(open(outputFilePath.c_str(), O_CREAT | O_RDWR | O_APPEND, DEFAULT_LOG_FILE_MODE)); in ReportJsErrorToAppEvent()

Completed in 6 milliseconds