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

/external/syslinux/com32/include/sys/
H A Dstat.h32 #define S_IWUSR 00200 macro
/external/python/cpython2/Lib/
H A Dstat.py72 S_IWUSR = 00200 variable
/external/kernel-headers/original/uapi/linux/
H A Dstat.h31 #define S_IWUSR 00200 macro
/external/python/cpython3/Lib/
H A Dstat.py81 S_IWRITE = 0o0200 # Unix V7 synonym for S_IWUSR
85 S_IWUSR = 0o0200 # write by owner variable
121 ((S_IWUSR, "w"),),
/external/python/cpython3/Modules/
H A D_stat.c157 #ifndef S_IWUSR
158 # define S_IWUSR 00200 macro
370 buf[1] = mode & S_IWUSR ? 'w' : '-';
448 S_IWRITE: Unix V7 synonym for S_IWUSR\n\
452 S_IWUSR: write by owner\n\
537 if (PyModule_AddIntMacro(m, S_IWUSR)) return NULL;
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c38 #define S_IWUSR S_IWRITE macro
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) {
/external/brotli/c/tools/
H A Dbrotli.c38 #define S_IWUSR S_IWRITE macro
461 S_IRUSR | S_IWUSR);
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py597 S_IWUSR = 00200 variable
610 S_IWUGO = (S_IWUSR|S_IWGRP|S_IWOTH)
/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 331 milliseconds