Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp354 constexpr mode_t defaultLogFileMode = 0644; in WriteStackToFd() local
355 auto fd = open(path.c_str(), O_CREAT | O_WRONLY | O_TRUNC, defaultLogFileMode); in WriteStackToFd()

Completed in 1 milliseconds