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

  /external/strace/xlat/
statfs_flags.h 2 #if !(defined(ST_VALID) || (defined(HAVE_DECL_ST_VALID) && HAVE_DECL_ST_VALID))
3 # define ST_VALID 0x0020
41 XLAT(ST_VALID),
  /bionic/libc/bionic/
statvfs.cpp 33 // The kernel sets a private ST_VALID flag to signal to the C library whether the
35 #define ST_VALID 0x0020
56 result->f_flags &= ~ST_VALID;
66 result->f_flags &= ~ST_VALID;
  /bionic/tests/
sys_statvfs_test.cpp 36 static const uint32_t ST_VALID = 0x0020;
37 EXPECT_TRUE((sb.f_flag & ST_VALID) == 0) << sb.f_flag;
sys_vfs_test.cpp 37 static const uint32_t ST_VALID = 0x0020;
38 EXPECT_TRUE((sb.f_flags & ST_VALID) == 0) << sb.f_flags;
  /external/strace/
print_statfs.c 44 if (flags & ST_VALID) {
  /external/strace/tests/
xstatfsx.c 92 if (b->f_flags & ST_VALID) {
  /external/strace/tests-m32/
xstatfsx.c 92 if (b->f_flags & ST_VALID) {
  /external/strace/tests-mx32/
xstatfsx.c 92 if (b->f_flags & ST_VALID) {

Completed in 564 milliseconds