Searched refs:S_IWOTH (Results 1 – 5 of 5) sorted by relevance
65 WriteOther = S_IWOTH,
68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
408 if (mode&0x00000002) realMode |= S_IWOTH; in android_os_Parcel_openFileDescriptor()
55 public static final int S_IWOTH = 00002; field in FileUtils
1964 perms |= FileUtils.S_IWOTH; in setFilePermissionsFromMode()