Searched defs:S_IWGRP (Results 1 - 14 of 14) sorted by relevance

/external/syslinux/com32/include/sys/
H A Dstat.h36 #define S_IWGRP 00020 macro
/external/python/cpython2/Lib/
H A Dstat.py76 S_IWGRP = 00020 variable
/external/kernel-headers/original/uapi/linux/
H A Dstat.h36 #define S_IWGRP 00020 macro
/external/python/cpython3/Lib/
H A Dstat.py89 S_IWGRP = 0o0020 # write by group variable
127 ((S_IWGRP, "w"),),
/external/python/cpython3/Modules/
H A D_stat.c173 #ifndef S_IWGRP
174 # define S_IWGRP 00020 macro
377 buf[4] = mode & S_IWGRP ? 'w' : '-';
456 S_IWGRP: write by group\n\
542 if (PyModule_AddIntMacro(m, S_IWGRP)) return NULL;
/external/libvncserver/libvncserver/tightvnc-filetransfer/
H A Dfiletransfermsg.c42 #define S_IWGRP 0x0000010 macro
636 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)) == -1)) {
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py601 S_IWGRP = 00020 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 410 milliseconds