/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 34 #define S_IWGRP 00020 macro
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 62 # define S_IWGRP _S_IWRITE macro 267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
|
D | fstream_unistd.cpp | 221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
|
/external/chromium_org/base/test/ |
D | test_file_util_posix.cc | 93 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()
|
/external/bison/lib/ |
D | sys_stat.in.h | 268 #if !S_IWGRP 269 # define S_IWGRP (S_IWUSR >> 3) 292 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
|
/external/bluetooth/bluedroid/hci/src/ |
D | btsnoop.c | 144 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH); in btsnoop_open()
|
/external/bison/linux-lib/sys/ |
D | stat.h | 580 #if !S_IWGRP 581 # define S_IWGRP (S_IWUSR >> 3) macro 604 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
|
/external/bison/darwin-lib/sys/ |
D | stat.h | 580 #if !S_IWGRP 581 # define S_IWGRP (S_IWUSR >> 3) macro 604 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | node.h | 23 #define S_IWALL (S_IWUSR | S_IWGRP | S_IWOTH)
|
/external/dhcpcd/ |
D | control.c | 140 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1 || in start_control()
|
/external/chromium_org/components/metrics/serialization/ |
D | serialization_utils.cc | 23 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
|
/external/chromium_org/base/files/ |
D | file_util.h | 188 FILE_PERMISSION_WRITE_BY_GROUP = S_IWGRP,
|
D | file_util_unittest.cc | 2320 ChangePosixFilePermissions(base_dir_, 0u, S_IWOTH|S_IWGRP)); in TEST_F() 2322 ChangePosixFilePermissions(sub_dir_, 0u, S_IWOTH|S_IWGRP)); in TEST_F() 2324 ChangePosixFilePermissions(text_file_, 0u, S_IWOTH|S_IWGRP)); in TEST_F() 2363 ChangePosixFilePermissions(base_dir_, S_IWGRP, 0u)); in TEST_F() 2365 ChangePosixFilePermissions(sub_dir_, S_IWGRP, 0u)); in TEST_F() 2367 ChangePosixFilePermissions(text_file_, S_IWGRP, 0u)); in TEST_F()
|
D | file_util_posix.cc | 118 if ((stat_info.st_mode & S_IWGRP) && in VerifySpecificPathControlledByUser()
|
/external/qemu/distrib/ext4_utils/src/ |
D | make_ext4fs.c | 50 #define S_IWGRP 00020 macro 52 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
|
/external/chromium_org/base/memory/ |
D | shared_memory_unittest.cc | 572 ScopedUmaskSetter permissive_mask(S_IWGRP | S_IWOTH); in TEST() 596 ScopedUmaskSetter permissive_mask(S_IWGRP | S_IWOTH); in TEST()
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 49 { LINUX_S_IWGRP, S_IWGRP },
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/ |
D | http_fs.cc | 342 mode |= S_IWUSR | S_IWGRP | S_IWOTH; in ParseManifest()
|
/external/lldb/source/Host/common/ |
D | File.cpp | 230 if (permissions & ePermissionsGroupWrite) mode |= S_IWGRP; in Open()
|
/external/elfutils/0.153/libasm/ |
D | asm_end.c | 512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_fs_co.c | 182 if((buffer-> st_mode & S_IRGRP) && (buffer-> st_mode & S_IWGRP)) in getAccess()
|
/external/wpa_supplicant_8/src/common/ |
D | wpa_ctrl.c | 139 chmod(ctrl->local.sun_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in wpa_ctrl_open()
|
/external/qemu/slirp/ |
D | misc.c | 216 (void) chmod(line, S_IRUSR|S_IWUSR|S_IWGRP);
|
/external/qemu/slirp-android/ |
D | misc.c | 196 (void) chmod(line, S_IRUSR|S_IWUSR|S_IWGRP);
|
/external/valgrind/main/include/vki/ |
D | vki-darwin.h | 132 #define VKI_S_IWGRP S_IWGRP
|