HomeSort by relevance Sort by last modified time
    Searched refs:S_IREAD (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/ltp/android/include/
bionic-compat.h 26 #define S_IREAD S_IRUSR
  /external/valgrind/none/tests/mips32/
bug320057-mips32.c 20 (S_IREAD | S_IWRITE));
  /external/ltp/testcases/kernel/syscalls/memmap/
mem03.c 80 if ((f1 = open(tmp1, O_RDWR | O_CREAT, S_IREAD | S_IWRITE)) == -1)
83 if ((f2 = open(tmp2, O_RDWR | O_CREAT, S_IREAD | S_IWRITE)) == -1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 67 S_IREAD = 00400
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 67 S_IREAD = 00400
  /external/python/cpython2/Lib/
stat.py 67 S_IREAD = 00400
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 67 S_IREAD = 00400
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 67 S_IREAD = 00400
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 67 S_IREAD = 00400
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 67 S_IREAD = 00400
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 70 # define S_IREAD _S_IREAD
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 76 #define S_IREAD S_IRUSR
  /external/python/cpython3/Lib/
stat.py 80 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR
  /external/python/cpython3/Modules/
_stat.c 137 #ifndef S_IREAD
138 # define S_IREAD 00400
447 S_IREAD: Unix V7 synonym for S_IRUSR\n\
531 if (PyModule_AddIntMacro(m, S_IREAD)) return NULL;
  /bionic/libc/include/sys/
stat.h 143 #define S_IREAD S_IRUSR
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]
  /external/python/cpython3/Lib/test/
test_py_compile.py 87 os.chmod(self.directory, stat.S_IREAD)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 139 #define S_IREAD _S_IREAD
  /build/make/tools/libhost/
CopyFile.c 269 if (chmod(dst, S_IWRITE|S_IREAD) == 0 && unlink(dst) == 0)
  /external/iputils/
tftpd.c 311 if ((stbuf.st_mode&(S_IREAD >> 6)) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 181 # define S_IREAD S_IRUSR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 181 # define S_IREAD S_IRUSR
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 180 S_IREAD = 0400
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 180 S_IREAD = 0400
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 39 #define S_IRUSR S_IREAD

Completed in 896 milliseconds

1 2 3 4