HomeSort by relevance Sort by last modified time
    Searched refs:S_IXOTH (Results 1 - 25 of 50) sorted by null

1 2

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 44 private static final int S_IXOTH = 00001;
126 S_IROTH, S_IWOTH, S_IXOTH};
143 permissions.setCharAt(9, hasModeFlag(mode, S_IXOTH) ? 't' : 'T');
  /bionic/libc/kernel/uapi/linux/
stat.h 59 #define S_IXOTH 00001
  /development/ndk/platforms/android-3/include/linux/
stat.h 50 #define S_IXOTH 00001
  /development/ndk/platforms/android-L/include/linux/
stat.h 59 #define S_IXOTH 00001
  /external/kernel-headers/original/uapi/linux/
stat.h 40 #define S_IXOTH 00001
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 55 public static final int S_IXOTH = 00001;
  /cts/libs/deviceutil/src/android/cts/util/
FileUtils.java 54 public static final int S_IXOTH = 00001;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.h 24 #define S_IXALL (S_IXUSR | S_IXGRP | S_IXOTH)
  /external/bison/lib/
sys_stat.in.h 284 #if !S_IXOTH
285 # define S_IXOTH (S_IXUSR >> 6)
295 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
300 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 186 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 187 retVal = mkdir(pathname, S_IRWXU | (S_IROTH | S_IXOTH) | (S_IROTH | S_IXOTH));
  /external/bison/darwin-lib/sys/
stat.h 596 #if !S_IXOTH
597 # define S_IXOTH (S_IXUSR >> 6)
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
    [all...]
  /external/bison/linux-lib/sys/
stat.h 596 #if !S_IXOTH
597 # define S_IXOTH (S_IXUSR >> 6)
607 # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
    [all...]
  /external/chromium_org/base/files/
file_util.h 192 FILE_PERMISSION_EXECUTE_BY_OTHERS = S_IXOTH,
file_path_watcher_browsertest.cc 816 mode = S_IXUSR | S_IXGRP | S_IXOTH;
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc 281 ((st.st_mode & S_ISUID) == 0) || ((st.st_mode & S_IXOTH)) == 0) {
  /external/iproute2/ip/
ipnetns.c 218 mkdir(NETNS_RUN_DIR, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH);
  /external/chromium_org/storage/browser/fileapi/
native_file_util.cc 29 S_IRWXU | S_IXGRP | S_IXOTH)) != 0) {
  /external/chromium_org/tools/checkperms/
checkperms.py 262 permission = stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH
  /external/e2fsprogs/debugfs/
dump.c 53 { LINUX_S_IXOTH, S_IXOTH },
  /external/lldb/source/Host/common/
File.cpp 234 if (permissions & ePermissionsWorldExecute) mode |= S_IXOTH;
  /bootable/recovery/mtdutils/
mtdutils.c 223 mode_t new_mode = st.st_mode | S_IXUSR | S_IXGRP | S_IXOTH;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 159 S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
    [all...]
  /external/mksh/src/
expr.c 913 (sb.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)) == 0)

Completed in 839 milliseconds

1 2