Searched refs:accessBits (Results 1 – 1 of 1) sorted by relevance
4739 int accessBits = OsConstants.S_IROTH; in checkWorldReadAccess() local4741 ((stat.st_mode & accessBits) == accessBits)) { in checkWorldReadAccess()4757 int accessBits = OsConstants.S_IXOTH; in checkLeadingPathComponentsWorldExecutable() local4766 if ((stat.st_mode & accessBits) != accessBits) { in checkLeadingPathComponentsWorldExecutable()