Searched refs:S_IXOTH (Results 1 - 19 of 19) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h45 #define S_IXOTH 00001 macro
54 #define S_IXUGO (S_IXUSR|S_IXGRP|S_IXOTH)
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp172 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
/external/e2fsprogs/debugfs/
H A Ddump.c51 { LINUX_S_IXOTH, S_IXOTH },
/external/valgrind/main/auxprogs/
H A Daix5_VKI_info.c62 printf("#define VKI_S_IXOTH 0x%08x\n", S_IXOTH);
/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/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc513 mode = S_IXUSR | S_IXGRP | S_IXOTH;
/external/bluetooth/glib/glib/
H A Dgfileutils.c308 ((s.st_mode & S_IXOTH) ||
/external/valgrind/main/include/vki/
H A Dvki-darwin.h137 #define VKI_S_IXOTH S_IXOTH
/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/mksh/src/
H A Dexec.c1032 !(statb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))) {
H A Dfuncs.c2958 rv = (statb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) ?
/external/ppp/pppd/
H A Dmain.c1694 || (sbuf.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0) {
/external/genext2fs/
H A Dgenext2fs.c1476 if(st->st_mode & S_IXOTH)
/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/libpng/
H A Dltmain.sh3188 #ifndef S_IXOTH
3189 # define S_IXOTH 0
3629 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3648 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/pcre/
H A Dltmain.sh3487 #ifndef S_IXOTH
3488 # define S_IXOTH 0
3854 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3873 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/protobuf/gtest/build-aux/
H A Dltmain.sh2973 #ifndef S_IXOTH
2974 # define S_IXOTH 0
3282 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3301 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
/external/protobuf/
H A Dltmain.sh2973 #ifndef S_IXOTH
2974 # define S_IXOTH 0
3282 && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
3301 rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);

Completed in 3392 milliseconds