Searched refs:S_IXGRP (Results 1 – 8 of 8) sorted by relevance
49 MountOption::RootMode(libc::S_IFDIR | libc::S_IXUSR | libc::S_IXGRP | libc::S_IXOTH), in mount_and_enter_message_loop()
50 public static final int S_IXGRP = 00010; field in FileUtils
1161 assertTrue(status.hasModeFlag(FileUtils.S_IRGRP | FileUtils.S_IXGRP)); in testRunAsHasCorrectCapabilities()1230 || status.hasModeFlag(FileUtils.S_IXGRP)) in getAllInsecureDevicesInDirAndSubdir()
100 MountOption::RootMode(libc::S_IFDIR | libc::S_IXUSR | libc::S_IXGRP | libc::S_IXOTH), in run_fuse()277 mode & (libc::S_IXUSR | libc::S_IXGRP | libc::S_IXOTH) != 0; in open()
37 const EXECUTE_MODE: u32 = libc::S_IXUSR | libc::S_IXGRP;
2237 | OsConstants.S_IXGRP in testFileUnderBinHasExecutePermission()2243 expectedPermissions |= OsConstants.S_IRGRP | OsConstants.S_IXGRP; in testFileUnderBinHasExecutePermission()
443 libc::S_IFDIR | libc::S_IXUSR | libc::S_IRUSR | libc::S_IXGRP | libc::S_IXOTH in create_dir_stat()
10971 final int accessBits = filePath.startsWith("/storage/") ? OsConstants.S_IXGRP