HomeSort by relevance Sort by last modified time
    Searched defs:S_IWGRP (Results 1 - 25 of 72) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/binutils/
filemode.c 84 #ifndef S_IWGRP
85 #define S_IWGRP 0020
115 str[5] = (mode & S_IWGRP) != 0 ? 'w' : '-';
  /external/syslinux/com32/include/sys/
stat.h 36 #define S_IWGRP 00020
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stat.h 34 #define S_IWGRP 00020
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 49 public static final int S_IWGRP = 00020;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 76 S_IWGRP = 00020
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 76 S_IWGRP = 00020
  /external/python/cpython2/Lib/
stat.py 76 S_IWGRP = 00020
  /external/python/cpython3/Modules/
_stat.c 173 #ifndef S_IWGRP
174 # define S_IWGRP 00020
377 buf[4] = mode & S_IWGRP ? 'w' : '-';
456 S_IWGRP: write by group\n\
542 if (PyModule_AddIntMacro(m, S_IWGRP)) return NULL;
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 76 static final int S_IWGRP = OsConstants.S_IWGRP;
148 OsConstants.S_IRGRP | OsConstants.S_IWGRP | OsConstants.S_IXGRP |
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 75 # define S_IWGRP (S_IWUSR >> 3) /* Write by group. */
81 # define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 156 #define S_IWGRP (S_IWUSR >> 3)
161 #define S_IWOTH (S_IWGRP >> 3)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 76 S_IWGRP = 00020
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 76 S_IWGRP = 00020
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 76 S_IWGRP = 00020
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 76 S_IWGRP = 00020
  /bionic/libc/kernel/uapi/linux/
stat.h 47 #define S_IWGRP 00020
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 48 public static final int S_IWGRP = 00020;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 82 #define S_IWGRP 0000020 ///< W for group
151 #define WRITE_PERMS (S_IWUSR | S_IWGRP | S_IWOTH) ///< 0222
  /external/kernel-headers/original/uapi/linux/
stat.h 36 #define S_IWGRP 00020
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 42 #define S_IWGRP 0x0000010
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) {
  /external/python/cpython3/Lib/
stat.py 89 S_IWGRP = 0o0020 # write by group
127 ((S_IWGRP, "w"),),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 187 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */
193 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
203 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 187 #define S_IWGRP (S_IWUSR >> 3) /* Write by group. */
193 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
203 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /frameworks/base/core/java/android/os/
FileUtils.java 75 public static final int S_IWGRP = 00020;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 191 S_IWGRP = 020

Completed in 613 milliseconds

1 2 3