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

1 2 3

  /toolchain/binutils/binutils-2.27/binutils/
filemode.c 97 #ifndef S_IWOTH
98 #define S_IWOTH 0002
118 str[8] = (mode & S_IWOTH) != 0 ? 'w' : '-';
  /external/syslinux/com32/include/sys/
stat.h 40 #define S_IWOTH 00002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stat.h 39 #define S_IWOTH 00002
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 54 public static final int S_IWOTH = 00002;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 80 S_IWOTH = 00002
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 80 S_IWOTH = 00002
  /external/python/cpython2/Lib/
stat.py 80 S_IWOTH = 00002
  /external/python/cpython3/Modules/
_stat.c 189 #ifndef S_IWOTH
190 # define S_IWOTH 00002
384 buf[7] = mode & S_IWOTH ? 'w' : '-';
460 S_IWOTH: write by others\n\
547 if (PyModule_AddIntMacro(m, S_IWOTH)) return NULL;
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 82 static final int S_IWOTH = OsConstants.S_IWOTH;
149 OsConstants.S_IROTH | OsConstants.S_IWOTH | OsConstants.S_IXOTH);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 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 161 #define S_IWOTH (S_IWGRP >> 3)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 80 S_IWOTH = 00002
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 80 S_IWOTH = 00002
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 80 S_IWOTH = 00002
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 80 S_IWOTH = 00002
  /bionic/libc/kernel/uapi/linux/
stat.h 51 #define S_IWOTH 00002
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 53 public static final int S_IWOTH = 00002;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 87 #define S_IWOTH 0000002 ///< W for other
151 #define WRITE_PERMS (S_IWUSR | S_IWGRP | S_IWOTH) ///< 0222
  /external/kernel-headers/original/uapi/linux/
stat.h 41 #define S_IWOTH 00002
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 40 #define S_IWOTH 0x0000002
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) {
  /external/python/cpython3/Lib/
stat.py 93 S_IWOTH = 0o0002 # write by others
133 ((S_IWOTH, "w"),),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 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 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 80 public static final int S_IWOTH = 00002;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 196 S_IWOTH = 02

Completed in 93 milliseconds

1 2 3