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