Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp359 constexpr mode_t defaultLogFileMode = 0644; in WriteStackToFd() local
360 auto fd = open(path.c_str(), O_CREAT | O_WRONLY | O_TRUNC, defaultLogFileMode); in WriteStackToFd()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp212 constexpr mode_t defaultLogFileMode = 0644; in WriteToFile() local
213 auto fd = open(stackPath.c_str(), O_CREAT | O_WRONLY | O_TRUNC, defaultLogFileMode); in WriteToFile()