Searched refs:kDirectoryMode (Results 1 – 2 of 2) sorted by relevance
89 static constexpr mode_t kDirectoryMode = S_IRWXU | S_IRGRP | S_IXGRP| S_IROTH | S_IXOTH; in EnsureDirectoryExists() local90 if (mkdir(path.c_str(), kDirectoryMode) != 0) { in EnsureDirectoryExists()
1860 static constexpr mode_t kDirectoryMode = S_IRWXU | S_IRGRP | S_IXGRP| S_IROTH | S_IXOTH; in EnsureDirectoryExists() local1861 if (mkdir(directory.c_str(), kDirectoryMode) != 0) { in EnsureDirectoryExists()