Home
last modified time | relevance | path

Searched refs:accessBits (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java4781 final int accessBits = path.startsWith("/storage/") ? OsConstants.S_IRGRP in checkWorldReadAccess() local
4786 ((stat.st_mode & accessBits) == accessBits)) { in checkWorldReadAccess()
4804 final int accessBits = filePath.startsWith("/storage/") ? OsConstants.S_IXGRP in checkLeadingPathComponentsWorldExecutable() local
4814 if ((stat.st_mode & accessBits) != accessBits) { in checkLeadingPathComponentsWorldExecutable()