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

  /external/strace/xlat/
statfs_flags.h 14 #if !(defined(ST_NOEXEC) || (defined(HAVE_DECL_ST_NOEXEC) && HAVE_DECL_ST_NOEXEC))
15 # define ST_NOEXEC 0x0008
45 XLAT(ST_NOEXEC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 90 ST_NOEXEC = 8, /* Disallow program execution. */
91 # define ST_NOEXEC ST_NOEXEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 90 ST_NOEXEC = 8, /* Disallow program execution. */
91 # define ST_NOEXEC ST_NOEXEC
  /bionic/libc/include/sys/
statvfs.h 55 #define ST_NOEXEC 0x0008
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \
138 if (stat.f_flag & ST_NOEXEC)
  /libcore/luni/src/main/java/android/system/
OsConstants.java 499 public static final int ST_NOEXEC = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 557 initConstant(env, c, "ST_NOEXEC", ST_NOEXEC);
    [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 51 milliseconds