HomeSort by relevance Sort by last modified time
    Searched defs:S_IXGRP (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
stat.h 45 #define S_IXGRP 00010
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
stat.h 45 #define S_IXGRP 00010
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
stat.h 45 #define S_IXGRP 00010
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
stat.h 45 #define S_IXGRP 00010
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
stat.h 45 #define S_IXGRP 00010
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
stat.h 45 #define S_IXGRP 00010
  /system/extras/f2fs_utils/
f2fs_ioutils.c 67 #define S_IXGRP 00010
68 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 40 private static final int S_IXGRP = 00010;
125 int[] masks = {S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
139 permissions.setCharAt(6, hasModeFlag(mode, S_IXGRP) ? 's' : 'S');
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 50 public static final int S_IXGRP = 00010;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 76 # define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */
82 # define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stat.py 77 S_IXGRP = 00010
  /prebuilts/gdb/linux-x86/lib/python2.7/
stat.py 77 S_IXGRP = 00010
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 77 S_IXGRP = 00010
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 77 S_IXGRP = 00010
  /toolchain/binutils/binutils-2.25/bfd/
bfdio.c 32 #ifndef S_IXGRP
33 #define S_IXGRP 0010 /* Execute by group. */
opncls.c 32 #ifndef S_IXGRP
33 #define S_IXGRP 0010 /* Execute by group. */
695 & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
FileUtils.java 49 public static final int S_IXGRP = 00010;
  /external/bison/linux-lib/sys/
stat.h 593 #if !S_IXGRP
594 # define S_IXGRP (S_IXUSR >> 3)
604 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 186 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */
192 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 188 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */
194 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 188 #define S_IXGRP (S_IXUSR >> 3) /* Execute by group. */
194 #define S_IXOTH (S_IXGRP >> 3) /* Execute by others. */
  /external/bison/darwin-lib/sys/
stat.h 593 #if !S_IXGRP
594 # define S_IXGRP (S_IXUSR >> 3)
604 # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
612 # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
    [all...]
  /system/extras/ext4_utils/
make_ext4fs.c 47 #undef S_IXGRP
63 #define S_IXGRP 00010
64 #define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
815 root_mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
  /frameworks/base/core/java/android/os/
FileUtils.java 68 public static final int S_IXGRP = 00010;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 207 S_IXGRP = 010

Completed in 813 milliseconds

1 23 4 5