Searched refs:S_IWOTH (Results 1 – 7 of 7) sorted by relevance
32 import static android.system.OsConstants.S_IWOTH;309 if ((mode & MODE_WORLD_WRITEABLE) != 0) realMode |= S_IWOTH; in openInternal()
104 /** {@hide} */ public static final int S_IWOTH = 00002; field in FileUtils
122 perm |= S_IWOTH;
2640 perms |= FileUtils.S_IWOTH; in setFilePermissionsFromMode()
28010 field public static final int S_IWOTH;
42789 field public static final int S_IWOTH;
53455 Landroid/os/FileUtils;->S_IWOTH:I