HomeSort by relevance Sort by last modified time
    Searched refs:ST_NOSUID (Results 1 - 13 of 13) sorted by null

  /external/strace/xlat/
statfs_flags.h 8 #if !(defined(ST_NOSUID) || (defined(HAVE_DECL_ST_NOSUID) && HAVE_DECL_ST_NOSUID))
9 # define ST_NOSUID 0x0002
43 XLAT(ST_NOSUID),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
85 #define ST_NOSUID ST_NOSUID
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 84 ST_NOSUID = 2 /* Ignore suid and sgid bits. */
85 #define ST_NOSUID ST_NOSUID
  /bionic/tests/headers/posix/
sys_statvfs_h.c 51 MACRO(ST_NOSUID);
  /bionic/libc/include/sys/
statvfs.h 53 #define ST_NOSUID 0x0002
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \
134 if (stat.f_flag & ST_NOSUID)
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 500 public static final int ST_NOSUID = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 558 initConstant(env, c, "ST_NOSUID", ST_NOSUID);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 104 milliseconds