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