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

1 2

  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 55 public static final int S_IXOTH = 00001;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 81 S_IXOTH = 00001
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 81 S_IXOTH = 00001
  /external/python/cpython2/Lib/
stat.py 81 S_IXOTH = 00001
  /external/python/cpython3/Modules/
_stat.c 193 #ifndef S_IXOTH
194 # define S_IXOTH 00001
386 buf[8] = mode & S_IXOTH ? 't' : 'T';
388 buf[8] = mode & S_IXOTH ? 'x' : '-';
461 S_IXOTH: execute by others\n\
548 if (PyModule_AddIntMacro(m, S_IXOTH)) return NULL;
  /external/u-boot/include/linux/
stat.h 43 #define S_IXOTH 00001 /* execute/search permission for other */
  /bionic/libc/kernel/uapi/linux/
stat.h 52 #define S_IXOTH 00001
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 54 public static final int S_IXOTH = 00001;
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
FileUtils.java 54 public static final int S_IXOTH = 00001;
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 88 #define S_IXOTH 0000001 ///< X for other
152 #define EXEC_PERMS (S_IXUSR | S_IXGRP | S_IXOTH) ///< 0111
  /external/kernel-headers/original/uapi/linux/
stat.h 42 #define S_IXOTH 00001
  /external/python/cpython3/Lib/
stat.py 94 S_IXOTH = 0o0001 # execute by others
134 ((S_IXOTH|S_ISVTX, "t"),
136 (S_IXOTH, "x"))
  /external/openssh/
defines.h 174 # define S_IXOTH 0000001 /* execute/search permission, */
  /external/python/cpython2/Lib/plat-atheos/
IN.py 606 S_IXOTH = 00001
611 S_IXUGO = (S_IXUSR|S_IXGRP|S_IXOTH)
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]

Completed in 787 milliseconds

1 2