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

1 2

  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 43 public static final int S_IWOTH = 00002;
  /external/clearsilver/util/
osdep.h 19 #define S_IWOTH S_IWUSR
neo_misc.h 51 #ifndef S_IWOTH
52 #define S_IWOTH S_IWUSR
  /external/kernel-headers/original/linux/
stat.h 44 #define S_IWOTH 00002
53 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
  /bionic/libc/kernel/common/linux/
stat.h 49 #define S_IWOTH 00002
  /development/ndk/platforms/android-3/include/linux/
stat.h 49 #define S_IWOTH 00002
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stat.h 49 #define S_IWOTH 00002
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stat.h 49 #define S_IWOTH 00002
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stat.h 49 #define S_IWOTH 00002
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stat.h 49 #define S_IWOTH 00002
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stat.h 49 #define S_IWOTH 00002
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stat.h 49 #define S_IWOTH 00002
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 43 private static final int S_IWOTH = 00002;
121 S_IROTH, S_IWOTH, S_IXOTH};
  /bionic/libc/stdio/
local.h 39 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
  /external/stlport/src/details/
fstream_stdio.cpp 66 # define S_IWOTH _S_IWRITE
267 S_IWGRP | S_IROTH | S_IWOTH);
fstream_unistd.cpp 221 S_IWGRP | S_IROTH | S_IWOTH);
  /ndk/sources/android/stlport/src/details/
fstream_stdio.cpp 66 # define S_IWOTH _S_IWRITE
267 S_IWGRP | S_IROTH | S_IWOTH);
fstream_unistd.cpp 221 S_IWGRP | S_IROTH | S_IWOTH);
  /frameworks/base/core/java/android/os/
FileUtils.java 47 public static final int S_IWOTH = 00002;
  /frameworks/base/test-runner/src/android/test/
TestRecorder.java 58 FileUtils.S_IROTH | FileUtils.S_IWOTH, -1, -1);
  /external/bluetooth/bluez/src/
sdpd-server.c 147 chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH);
  /external/dropbear/
sshpty.c 370 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH;
svr-authpubkey.c 329 if (filestat.st_mode & (S_IWGRP | S_IWOTH)) {
  /system/core/run-as/
package.c 137 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0)
  /system/core/sh/
miscbltin.c 255 if ((mask & S_IWOTH) == 0)

Completed in 939 milliseconds

1 2