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

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
H A DAttribPermissions.java28 public static final int S_IXGRP = 0010; field in class:AttribPermissions
/external/openssh/openbsd-compat/
H A Dstrmode.c108 switch (mode & (S_IXGRP | S_ISGID)) {
112 case S_IXGRP:
118 case S_IXGRP | S_ISGID:
/external/kernel-headers/original/linux/
H A Dstat.h40 #define S_IXGRP 00010 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
H A Dfs.h1387 (IS_MANDLOCK(inode) && ((inode)->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID)
/external/e2fsprogs/debugfs/
H A Ddump.c48 { LINUX_S_IXGRP, S_IXGRP },
/external/bluetooth/bluez/src/
H A Dtextfile.c87 S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/external/chromium/chrome/browser/
H A Dshell_integration_linux.cc127 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
/external/openssh/
H A Dauth.c171 (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP)) == 0) {
H A Ddefines.h152 # define S_IXGRP 0000010 /* execute/search permission, */ macro
H A Dloginrec.c1683 if((fst.st_mode & (S_IXGRP | S_IRWXO)) || (fst.st_uid != 0)){
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc513 mode = S_IXUSR | S_IXGRP | S_IXOTH;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_unix.c347 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c363 chmod(dir, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP) < 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/glib/glib/
H A Dgfileutils.c310 (s.st_mode & S_IXGRP)))
/external/mksh/src/
H A Dexpr.c930 (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)
H A Dexec.c1181 !(sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH))))
/external/valgrind/main/include/vki/
H A Dvki-darwin.h133 #define VKI_S_IXGRP S_IXGRP
/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp546 permissionFlags660 | S_IXUSR | S_IXGRP);
/external/bluetooth/glib/gio/tests/
H A Dlive-g-file.c81 {TEST_DIR_NO_WRITE, NULL, G_FILE_TYPE_DIRECTORY, G_FILE_CREATE_PRIVATE, S_IRUSR + S_IXUSR + S_IRGRP + S_IXGRP + S_IROTH + S_IXOTH, 0, 0},
/external/elfutils/src/
H A Dar.c550 (arhdr->ar_mode & S_IXGRP)
/external/ppp/pppd/
H A Dmain.c1694 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {
/external/genext2fs/
H A Dgenext2fs.c1470 if(st->st_mode & S_IXGRP)
/external/icu4c/tools/tzcode/
H A Dzic.c24 #define MKDIR_UMASK (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH)
/external/libmtp/
H A Dltmain.sh3191 #ifndef S_IXGRP
3192 # define S_IXGRP 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 719 milliseconds

12