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

  /external/clearsilver/util/
osdep.h 16 #define S_IWGRP S_IWUSR
neo_misc.h 42 #ifndef S_IWGRP
43 #define S_IWGRP S_IWUSR
  /bionic/libc/kernel/common/linux/
stat.h 44 #define S_IWGRP 00020
  /development/ndk/platforms/android-3/include/linux/
stat.h 44 #define S_IWGRP 00020
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 44 #define S_IWGRP 00020
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 44 #define S_IWGRP 00020
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 44 #define S_IWGRP 00020
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 44 #define S_IWGRP 00020
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 44 #define S_IWGRP 00020
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 44 #define S_IWGRP 00020
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 39 private static final int S_IWGRP = 00020;
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 39 public static final int S_IWGRP = 00020;
  /external/kernel-headers/original/linux/
stat.h 39 #define S_IWGRP 00020
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
  /external/stlport/src/details/
fstream_stdio.cpp 62 # define S_IWGRP _S_IWRITE
267 S_IWGRP | S_IROTH | S_IWOTH);
  /frameworks/base/core/java/android/os/
FileUtils.java 42 public static final int S_IWGRP = 00020;
  /ndk/sources/android/stlport/src/details/
fstream_stdio.cpp 62 # define S_IWGRP _S_IWRITE
267 S_IWGRP | S_IROTH | S_IWOTH);
  /external/qemu/block/
vvfat.c 31 #ifndef S_IWGRP
32 #define S_IWGRP 0
784 (st.st_mode & (S_IWUSR | S_IWGRP | S_IWOTH)) == 0;
    [all...]

Completed in 1357 milliseconds