Searched defs:S_IRUSR (Results 1 - 15 of 15) sorted by relevance

/external/syslinux/com32/include/sys/
H A Dstat.h31 #define S_IRUSR 00400 macro
/external/python/cpython2/Lib/
H A Dstat.py71 S_IRUSR = 00400 variable
/external/kernel-headers/original/uapi/linux/
H A Dstat.h30 #define S_IRUSR 00400 macro
/external/python/cpython3/Lib/
H A Dstat.py80 S_IREAD = 0o0400 # Unix V7 synonym for S_IRUSR
84 S_IRUSR = 0o0400 # read by owner variable
120 ((S_IRUSR, "r"),),
/external/python/cpython3/Modules/
H A D_stat.c153 #ifndef S_IRUSR
154 # define S_IRUSR 00400 macro
369 buf[0] = mode & S_IRUSR ? 'r' : '-';
447 S_IREAD: Unix V7 synonym for S_IRUSR\n\
451 S_IRUSR: read by owner\n\
536 if (PyModule_AddIntMacro(m, S_IRUSR)) return NULL;
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c39 #define S_IRUSR S_IREAD macro
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) {
/external/brotli/c/tools/
H A Dbrotli.c37 #define S_IRUSR S_IREAD macro
461 S_IRUSR | S_IWUSR);
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py596 S_IRUSR = 00400 variable
609 S_IRUGO = (S_IRUSR|S_IRGRP|S_IROTH)
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 399 milliseconds