Searched refs:S_IXGRP (Results 1 - 25 of 112) sorted by relevance

12345

/external/python/cpython3/Lib/
H A Dstat.py90 S_IXGRP = 0o0010 # execute by group variable
128 ((S_IXGRP|S_ISGID, "s"),
130 (S_IXGRP, "x")),
/external/python/cpython3/Mac/BuildScript/resources/
H A Dinstall_certificates.command19 | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP
/external/syslinux/com32/include/sys/
H A Dstat.h37 #define S_IXGRP 00010 macro
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/
H A Duser_tmod.c64 S_IRGRP | S_IXGRP |
77 S_IRGRP | S_IXGRP |
/external/ltp/testcases/kernel/device-drivers/include/
H A DuserBlockInclude.c93 S_IXGRP | S_IROTH | S_IXOTH));
105 | S_IXGRP | S_IROTH |
/external/ltp/testcases/kernel/device-drivers/nls/
H A DuserBlockNLS.c90 S_IRGRP | S_IXGRP |
105 | S_IXGRP | S_IROTH |
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/
H A Duser_tusb.c45 S_IRGRP | S_IXGRP |
58 S_IRGRP | S_IXGRP |
/external/ltp/testcases/kernel/device-drivers/base/user_base/
H A Duser_tbase.c60 S_IRGRP | S_IXGRP |
73 S_IRGRP | S_IXGRP |
/external/ltp/testcases/kernel/syscalls/link/
H A Dlink06.c43 #define MODE_TO S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IXOTH|S_IROTH
H A Dlink07.c41 #define MODE_TO S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH
/external/ltp/testcases/kernel/syscalls/mount/
H A Dmount01.c36 #define DIR_MODE (S_IRWXU | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP)
H A Dmount04.c35 #define DIR_MODE S_IRWXU | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP
H A Dmount05.c43 #define DIR_MODE (S_IRWXU | S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP)
/external/python/cpython2/Lib/
H A Dstat.py77 S_IXGRP = 00010 variable
/external/skia/bin/
H A Dfetch-clang-format41 stat.S_IRGRP | stat.S_IXGRP |
H A Dfetch-gn35 stat.S_IRGRP | stat.S_IXGRP |
/external/skqp/bin/
H A Dfetch-clang-format41 stat.S_IRGRP | stat.S_IXGRP |
H A Dfetch-gn35 stat.S_IRGRP | stat.S_IXGRP |
/external/ltp/testcases/kernel/device-drivers/agp/user_space/
H A Duser_tagp.c60 S_IRGRP | S_IXGRP |
73 S_IRGRP | S_IXGRP |
/external/ltp/testcases/kernel/syscalls/nftw/
H A Dtools.c123 S_IXGRP | S_IWOTH | S_IXOTH) == -1) {
139 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) {
H A Dtools64.c122 S_IXGRP | S_IWOTH | S_IXOTH) == -1) {
138 S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH) == -1) {
/external/kernel-headers/original/uapi/linux/
H A Dstat.h37 #define S_IXGRP 00010 macro
/external/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir03.c42 S_IXGRP|S_IROTH|S_IXOTH)
/external/python/cpython3/Modules/
H A D_stat.c177 #ifndef S_IXGRP
178 # define S_IXGRP 00010 macro
379 buf[5] = mode & S_IXGRP ? 's' : 'S';
381 buf[5] = mode & S_IXGRP ? 'x' : '-';
457 S_IXGRP: execute by group\n\
543 if (PyModule_AddIntMacro(m, S_IXGRP)) return NULL;
/external/libbrillo/brillo/
H A Dfile_utils.cc39 static_assert(base::FILE_PERMISSION_EXECUTE_BY_GROUP == S_IXGRP,

Completed in 453 milliseconds

12345