Searched refs:S_IWOTH (Results 1 – 8 of 8) sorted by relevance
34 import static android.system.OsConstants.S_IWOTH;307 if ((mode & MODE_WORLD_WRITEABLE) != 0) realMode |= S_IWOTH; in openInternal()
80 public static final int S_IWOTH = 00002; field in FileUtils
122 perm |= S_IWOTH;
505 if (mode&0x00000002) realMode |= S_IWOTH; in android_os_Parcel_openFileDescriptor()
2513 perms |= FileUtils.S_IWOTH; in setFilePermissionsFromMode()
28010 field public static final int S_IWOTH;
41310 Landroid/system/OsConstants;->S_IWOTH:I
40531 field public static final int S_IWOTH;