Home
last modified time | relevance | path

Searched refs:S_IWGRP (Results 1 – 25 of 38) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
Dstat.h34 #define S_IWGRP 00020 macro
/external/stlport/src/details/
Dfstream_stdio.cpp62 # define S_IWGRP _S_IWRITE macro
267 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
Dfstream_unistd.cpp221 S_IWGRP | S_IROTH | S_IWOTH); in _M_open()
/external/chromium_org/base/test/
Dtest_file_util_posix.cc93 return DenyFilePermission(path, S_IWUSR | S_IWGRP | S_IWOTH); in MakeFileUnwritable()
/external/bison/lib/
Dsys_stat.in.h268 #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/
Dbtsnoop.c144 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH); in btsnoop_open()
/external/bison/linux-lib/sys/
Dstat.h580 #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/
Dstat.h580 #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/
Dnode.h23 #define S_IWALL (S_IWUSR | S_IWGRP | S_IWOTH)
/external/dhcpcd/
Dcontrol.c140 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) == -1 || in start_control()
/external/chromium_org/components/metrics/serialization/
Dserialization_utils.cc23 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/external/chromium_org/base/files/
Dfile_util.h188 FILE_PERMISSION_WRITE_BY_GROUP = S_IWGRP,
Dfile_util_unittest.cc2320 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()
Dfile_util_posix.cc118 if ((stat_info.st_mode & S_IWGRP) && in VerifySpecificPathControlledByUser()
/external/qemu/distrib/ext4_utils/src/
Dmake_ext4fs.c50 #define S_IWGRP 00020 macro
52 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
/external/chromium_org/base/memory/
Dshared_memory_unittest.cc572 ScopedUmaskSetter permissive_mask(S_IWGRP | S_IWOTH); in TEST()
596 ScopedUmaskSetter permissive_mask(S_IWGRP | S_IWOTH); in TEST()
/external/e2fsprogs/debugfs/
Ddump.c49 { LINUX_S_IWGRP, S_IWGRP },
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
Dhttp_fs.cc342 mode |= S_IWUSR | S_IWGRP | S_IWOTH; in ParseManifest()
/external/lldb/source/Host/common/
DFile.cpp230 if (permissions & ePermissionsGroupWrite) mode |= S_IWGRP; in Open()
/external/elfutils/0.153/libasm/
Dasm_end.c512 if (fchmod (ctx->fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) != 0)
/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c182 if((buffer-> st_mode & S_IRGRP) && (buffer-> st_mode & S_IWGRP)) in getAccess()
/external/wpa_supplicant_8/src/common/
Dwpa_ctrl.c139 chmod(ctrl->local.sun_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); in wpa_ctrl_open()
/external/qemu/slirp/
Dmisc.c216 (void) chmod(line, S_IRUSR|S_IWUSR|S_IWGRP);
/external/qemu/slirp-android/
Dmisc.c196 (void) chmod(line, S_IRUSR|S_IWUSR|S_IWGRP);
/external/valgrind/main/include/vki/
Dvki-darwin.h132 #define VKI_S_IWGRP S_IWGRP

12