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

1 2 3

  /external/gptfdisk/
diskio.cc 26 #define S_IROTH 0
diskio-windows.cc 23 #define S_IROTH 0
  /toolchain/binutils/binutils-2.27/binutils/
filemode.c 94 #ifndef S_IROTH
95 #define S_IROTH 0004
117 str[7] = (mode & S_IROTH) != 0 ? 'r' : '-';
  /external/syslinux/com32/include/sys/
stat.h 39 #define S_IROTH 00004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stat.h 38 #define S_IROTH 00004
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 53 public static final int S_IROTH = 00004;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 79 S_IROTH = 00004
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 79 S_IROTH = 00004
  /external/python/cpython2/Lib/
stat.py 79 S_IROTH = 00004
  /external/python/cpython3/Modules/
_stat.c 185 #ifndef S_IROTH
186 # define S_IROTH 00004
383 buf[6] = mode & S_IROTH ? 'r' : '-';
459 S_IROTH: read by others\n\
546 if (PyModule_AddIntMacro(m, S_IROTH)) return NULL;
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 80 static final int S_IROTH = OsConstants.S_IROTH;
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 80 # define S_IROTH (S_IRGRP >> 3) /* Read by others. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 160 #define S_IROTH (S_IRGRP >> 3)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 79 S_IROTH = 00004
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 79 S_IROTH = 00004
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 79 S_IROTH = 00004
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 79 S_IROTH = 00004
  /bionic/libc/kernel/uapi/linux/
stat.h 50 #define S_IROTH 00004
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 52 public static final int S_IROTH = 00004;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 86 #define S_IROTH 0000004 ///< R for other
150 #define READ_PERMS (S_IRUSR | S_IRGRP | S_IROTH) ///< 0444
  /external/kernel-headers/original/uapi/linux/
stat.h 40 #define S_IROTH 00004
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 41 #define S_IROTH 0x0000004
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) {
  /external/python/cpython3/Lib/
stat.py 92 S_IROTH = 0o0004 # read by others
132 ((S_IROTH, "r"),),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 192 #define S_IROTH (S_IRGRP >> 3) /* Read 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 192 #define S_IROTH (S_IRGRP >> 3) /* Read by others. */
203 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/

Completed in 513 milliseconds

1 2 3