Searched refs:accessBits (Results 1 – 1 of 1) sorted by relevance
4781 final int accessBits = path.startsWith("/storage/") ? OsConstants.S_IRGRP in checkWorldReadAccess() local4786 ((stat.st_mode & accessBits) == accessBits)) { in checkWorldReadAccess()4804 final int accessBits = filePath.startsWith("/storage/") ? OsConstants.S_IXGRP in checkLeadingPathComponentsWorldExecutable() local4814 if ((stat.st_mode & accessBits) != accessBits) { in checkLeadingPathComponentsWorldExecutable()