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

  /external/strace/xlat/
statfs_flags.h 27 #if defined(ST_NODEV) || (defined(HAVE_DECL_ST_NODEV) && HAVE_DECL_ST_NODEV)
29 static_assert((ST_NODEV) == (0x0004), "ST_NODEV != 0x0004");
32 # define ST_NODEV 0x0004
90 XLAT(ST_NODEV),
  /bionic/libc/include/sys/
statvfs.h 54 #define ST_NODEV 0x0004
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 126 if (stat.f_flag & ~(ST_RDONLY | ST_NOSUID | ST_NODEV | \
136 if (stat.f_flag & ST_NODEV)
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java     [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go 1253 ST_NODEV = 0x4
    [all...]
ztypes_linux_amd64.go 1272 ST_NODEV = 0x4
    [all...]
ztypes_linux_arm.go 1242 ST_NODEV = 0x4
    [all...]
ztypes_linux_arm64.go 1251 ST_NODEV = 0x4
    [all...]
ztypes_linux_mips.go 1247 ST_NODEV = 0x4
    [all...]
ztypes_linux_mips64.go 1253 ST_NODEV = 0x4
    [all...]
ztypes_linux_mips64le.go 1253 ST_NODEV = 0x4
    [all...]
ztypes_linux_mipsle.go 1247 ST_NODEV = 0x4
    [all...]
ztypes_linux_ppc64.go 1261 ST_NODEV = 0x4
    [all...]
ztypes_linux_ppc64le.go 1261 ST_NODEV = 0x4
    [all...]
ztypes_linux_s390x.go 1278 ST_NODEV = 0x4
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 271 milliseconds