HomeSort by relevance Sort by last modified time
    Searched defs:S_IRGRP (Results 1 - 17 of 17) sorted by null

  /external/clearsilver/util/
osdep.h 17 #define S_IRGRP S_IRUSR
neo_misc.h 45 #ifndef S_IRGRP
46 #define S_IRGRP S_IRUSR
  /bionic/libc/kernel/common/linux/
stat.h 43 #define S_IRGRP 00040
  /development/ndk/platforms/android-3/include/linux/
stat.h 43 #define S_IRGRP 00040
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 43 #define S_IRGRP 00040
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 43 #define S_IRGRP 00040
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 43 #define S_IRGRP 00040
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 43 #define S_IRGRP 00040
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 43 #define S_IRGRP 00040
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 43 #define S_IRGRP 00040
  /system/core/include/arch/windows/
AndroidConfig.h 298 #define S_IRGRP 0
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 38 private static final int S_IRGRP = 00040;
120 int[] masks = {S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 38 public static final int S_IRGRP = 00040;
  /external/kernel-headers/original/linux/
stat.h 38 #define S_IRGRP 00040
52 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
  /external/stlport/src/details/
fstream_stdio.cpp 60 # ifndef S_IRGRP
61 # define S_IRGRP _S_IREAD
266 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP |
  /frameworks/base/core/java/android/os/
FileUtils.java 41 public static final int S_IRGRP = 00040;
  /ndk/sources/android/stlport/src/details/
fstream_stdio.cpp 60 # ifndef S_IRGRP
61 # define S_IRGRP _S_IREAD
266 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP |

Completed in 748 milliseconds