Searched refs:defaultLogFileMode (Results 1 – 2 of 2) sorted by relevance
359 constexpr mode_t defaultLogFileMode = 0644; in WriteStackToFd() local360 auto fd = open(path.c_str(), O_CREAT | O_WRONLY | O_TRUNC, defaultLogFileMode); in WriteStackToFd()
212 constexpr mode_t defaultLogFileMode = 0644; in WriteToFile() local213 auto fd = open(stackPath.c_str(), O_CREAT | O_WRONLY | O_TRUNC, defaultLogFileMode); in WriteToFile()