Searched refs:FILE_PERM_770 (Results 1 – 3 of 3) sorted by relevance
30 static constexpr mode_t FILE_PERM_770 = S_IRWXU | S_IRWXG; variable
55 constexpr mode_t FILE_PERM_770 = S_IRWXU | S_IRWXG; variable
109 if (FileUtil::ForceCreateDirectory(sysEventDbFilePath, FileUtil::FILE_PERM_770)) { in GetDataDir()