Searched refs:S_IWOTH (Results 1 – 9 of 9) sorted by relevance
68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
483 if (mode&0x00000002) realMode |= S_IWOTH; in android_os_Parcel_openFileDescriptor()
34 import static android.system.OsConstants.S_IWOTH;307 if ((mode & MODE_WORLD_WRITEABLE) != 0) realMode |= S_IWOTH; in openInternal()
71 public static final int S_IWOTH = 00002; field in FileUtils
122 perm |= S_IWOTH;
2410 perms |= FileUtils.S_IWOTH; in setFilePermissionsFromMode()
28010 field public static final int S_IWOTH;
38373 field public static final int S_IWOTH;
41585 field public static final int S_IWOTH;