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

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 105 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
  /external/strace/
system.c 45 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
100 { MS_NOSUID, "MS_NOSUID" },
1296 { MS_NOSUID, "MS_NOSUID" },
    [all...]
  /system/core/init/
builtins.c 343 { "nosuid", MS_NOSUID },
init.c 991 mount("tmpfs", "/dev", "tmpfs", MS_NOSUID, "mode=0755");
  /dalvik/vm/
Init.cpp     [all...]
  /art/runtime/
runtime.cc 781 if (mount("tmpfs", target_base, "tmpfs", MS_NOSUID | MS_NODEV,
    [all...]
  /system/core/sdcard/
sdcard.c     [all...]
  /external/kernel-headers/original/linux/
fs.h 193 #define MS_NOSUID 2 /* Ignore suid and sgid bits */
    [all...]

Completed in 246 milliseconds

1 2 3 45