Searched refs:S_IWOTH (Results 1 – 4 of 4) sorted by relevance
68 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in dumpKernelStacks()
1573 if (mode&0x00000002) realMode |= S_IWOTH; in android_os_Parcel_openFileDescriptor()
49 public static final int S_IWOTH = 00002; field in FileUtils
1560 perms |= FileUtils.S_IWOTH; in setFilePermissionsFromMode()