HomeSort by relevance Sort by last modified time
    Searched refs:MS_NOSUID (Results 26 - 32 of 32) sorted by null

12

  /system/core/init/
builtins.c 270 { "nosuid", MS_NOSUID },
387 if (mount("tmpfs", target, "tmpfs", MS_NOATIME | MS_NOSUID | MS_NODEV,
init.c 686 mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 105 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /external/strace/
system.c 48 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
92 { MS_NOSUID, "MS_NOSUID" },
1171 { MS_NOSUID, "MS_NOSUID" },
1272 { MS_NOSUID, "MS_NOSUID" },
    [all...]
  /system/core/sdcard/
sdcard.c 1005 res = mount("/dev/fuse", MOUNT_POINT, "fuse", MS_NOSUID | MS_NODEV, opts);
  /system/vold/
cryptfs.c     [all...]
  /external/kernel-headers/original/linux/
fs.h 102 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
    [all...]

Completed in 80 milliseconds

12