HomeSort by relevance Sort by last modified time
    Searched refs:S_IWOTH (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/openssh/openbsd-compat/
strmode.c 127 if (mode & S_IWOTH)
  /cts/tests/src/android/os/cts/
FileUtils.java 52 public static final int S_IWOTH = 00002;
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 68 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/cxx-stl/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);
  /system/core/run-as/
package.c 98 if ((st.st_mode & S_IWOTH) != 0) {
168 if ((st.st_mode & (S_IROTH|S_IWOTH)) != 0)
  /frameworks/base/core/java/android/os/
FileUtils.java 49 public static final int S_IWOTH = 00002;
  /ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c 105 if (mode & S_IWOTH) acl_text[18] = 'w';
223 if (mode & S_IWOTH) acl_text[37] = 'w';
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 191 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 191 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h 191 #define S_IWOTH (S_IWGRP >> 3) /* Write by others. */
201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /system/extras/ext4_utils/
make_ext4fs.c 53 #define S_IWOTH 00002
55 #define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
  /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)) {
  /external/openssh/
sshpty.c 222 mode = S_IRUSR | S_IWUSR | S_IWGRP | S_IWOTH;
defines.h 157 # define S_IWOTH 0000002 /* write permission, other */
  /hardware/ril/rild/
rild.c 112 umask(S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | S_IXOTH);
  /system/core/sh/
miscbltin.c 255 if ((mask & S_IWOTH) == 0)
  /external/e2fsprogs/debugfs/
dump.c 50 { LINUX_S_IWOTH, S_IWOTH },
  /system/core/init/
util.c 166 if ((sb.st_mode & (S_IWGRP | S_IWOTH)) != 0) {
  /external/libppp/src/
main.c 363 if (stat(conf, &sb) == 0 && sb.st_mode & S_IWOTH) {
  /libcore/luni/src/main/java/java/io/
File.java 699 return doChmod(ownerOnly ? S_IWUSR : (S_IWUSR | S_IWGRP | S_IWOTH), writable);
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 185 if((buffer-> st_mode & S_IROTH) && (buffer-> st_mode & S_IWOTH))
    [all...]

Completed in 1119 milliseconds

1 23 4