Searched refs:S_IWOTH (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
H A Dandroid_util_Binder.cpp1591 if (mode&0x00000002) realMode |= S_IWOTH;
/frameworks/base/core/java/android/os/
H A DFileUtils.java49 public static final int S_IWOTH = 00002; field in class:FileUtils
/frameworks/base/core/java/android/app/
H A DContextImpl.java1560 perms |= FileUtils.S_IWOTH;

Completed in 1259 milliseconds