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

1 2

  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 52 public static final int S_IRWXO = 00007;
78 if (((S_IRWXU | S_IRWXG | S_IRWXO) & flag) != flag) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
stat.py 78 S_IRWXO = 00007
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stat.py 78 S_IRWXO = 00007
  /external/python/cpython2/Lib/
stat.py 78 S_IRWXO = 00007
  /external/python/cpython3/Modules/
_stat.c 181 #ifndef S_IRWXO
182 # define S_IRWXO 00007
458 S_IRWXO: mask for others (not in group) permissions\n\
545 if (PyModule_AddIntMacro(m, S_IRWXO)) return NULL;
  /external/u-boot/include/linux/
stat.h 40 #define S_IRWXO 00007 /* rwx for other */
  /bionic/libc/kernel/uapi/linux/
stat.h 49 #define S_IRWXO 00007
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileUtils.java 51 public static final int S_IRWXO = 00007;
77 if (((S_IRWXU | S_IRWXG | S_IRWXO) & flag) != flag) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
FileUtils.java 51 public static final int S_IRWXO = 00007;
77 if (((S_IRWXU | S_IRWXG | S_IRWXO) & flag) != flag) {
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 85 #define S_IRWXO 0000007 ///< RWX mask for other
146 #define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
147 #define ALLPERMS (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
148 #define DEFFILEMODE (S_IRWXU|S_IRWXG|S_IRWXO) ///< 0777
  /external/kernel-headers/original/uapi/linux/
stat.h 39 #define S_IRWXO 00007
  /external/python/cpython3/Lib/
stat.py 91 S_IRWXO = 0o0007 # mask for others (not in group) permissions
  /external/openssh/
defines.h 184 # define S_IRWXO 0000007 /* read, write, execute */
  /external/python/cpython2/Lib/plat-atheos/
IN.py 603 S_IRWXO = 00007
607 S_IRWXUGO = (S_IRWXU|S_IRWXG|S_IRWXO)
  /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 2424 milliseconds

1 2