S_IWUSR           183 base/file_util.h   FILE_PERMISSION_WRITE_BY_USER     = S_IWUSR,
S_IWUSR          1399 base/file_util_unittest.cc   return !(mode & S_IWUSR);
S_IWUSR           783 base/files/file_path_watcher_browsertest.cc       mode = S_IWUSR | S_IWGRP | S_IWOTH;
S_IWUSR           223 base/files/file_posix.cc   int mode = S_IRUSR | S_IWUSR;
S_IWUSR           164 base/memory/shared_memory_posix.cc     const mode_t kOwnerOnly = S_IRUSR | S_IWUSR;
S_IWUSR           177 base/platform_file_posix.cc   int mode = S_IRUSR | S_IWUSR;
S_IWUSR           110 base/test/test_file_util_posix.cc   return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH);
S_IWUSR            56 components/nacl/loader/nonsfi/abi_conversion.cc   if (host_stat.st_mode & S_IWUSR)
S_IWUSR           345 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc           mode |= S_IWUSR | S_IWGRP | S_IWOTH;
S_IWUSR            22 native_client_sdk/src/libraries/nacl_io/node.h #define S_IWALL (S_IWUSR | S_IWGRP | S_IWOTH)
S_IWUSR           355 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc             S_IWUSR | S_IWGRP | S_IWOTH, statbuf.st_mode & ~S_IFMT);
S_IWUSR           374 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc             S_IWUSR | S_IWGRP | S_IWOTH, statbuf.st_mode & ~S_IFMT);
S_IWUSR           176 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(S_IFREG | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH,
S_IWUSR          30290 third_party/sqlite/amalgamation/sqlite3.c             mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |
S_IWUSR          6149 third_party/sqlite/src/src/os_unix.c             mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP |
S_IWUSR           139 third_party/talloc/libreplace/system/filesys.h #ifndef S_IWUSR