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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Efi/
SysEfi.h 22 #define S_ACC_READ ( S_IRUSR | S_IRGRP | S_IROTH | S_IXUSR | S_IXGRP | S_IXOTH )
  /external/openssh/openbsd-compat/
strmode.c 131 switch (mode & (S_IXOTH | S_ISVTX)) {
135 case S_IXOTH:
141 case S_IXOTH | S_ISVTX:
  /toolchain/binutils/binutils-2.25/binutils/
filemode.c 100 #ifndef S_IXOTH
101 #define S_IXOTH 0001
119 str[9] = (mode & S_IXOTH) != 0 ? 'x' : '-';
  /system/core/libnativebridge/tests/
CodeCacheExists_test.cpp 34 ASSERT_EQ(0, mkdir(kCodeCache, S_IRWXU | S_IRWXG | S_IXOTH));
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixFileModeAttribute.java 35 UnixConstants.S_IROTH | UnixConstants.S_IWOTH | UnixConstants. S_IXOTH;
62 case OTHERS_EXECUTE : mode |= UnixConstants.S_IXOTH; break;
UnixConstants.java 84 static final int S_IXOTH = OsConstants.S_IXOTH;
149 OsConstants.S_IROTH | OsConstants.S_IWOTH | OsConstants.S_IXOTH);
  /bionic/libc/kernel/uapi/linux/
stat.h 59 #define S_IXOTH 00001
  /development/ndk/platforms/android-21/include/linux/
stat.h 59 #define S_IXOTH 00001
  /development/ndk/platforms/android-9/include/linux/
stat.h 50 #define S_IXOTH 00001
  /external/kernel-headers/original/uapi/linux/
stat.h 40 #define S_IXOTH 00001
  /external/syslinux/com32/include/sys/
stat.h 41 #define S_IXOTH 00001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
stat.h 40 #define S_IXOTH 00001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
stat.h 40 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
stat.h 50 #define S_IXOTH 00001
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
stat.h 50 #define S_IXOTH 00001

Completed in 399 milliseconds

1 2 3 4 5 6 7 8 91011>>