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