Searched refs:ST_VALID (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Dstatvfs.cpp33 // The kernel sets a private ST_VALID flag to signal to the C library whether the
35 #define ST_VALID 0x0020 macro
56 result->f_flags &= ~ST_VALID;
66 result->f_flags &= ~ST_VALID;
/bionic/tests/
H A Dsys_statvfs_test.cpp36 static const uint32_t ST_VALID = 0x0020; local
37 EXPECT_TRUE((sb.f_flag & ST_VALID) == 0) << sb.f_flag;
H A Dsys_vfs_test.cpp37 static const uint32_t ST_VALID = 0x0020; local
38 EXPECT_TRUE((sb.f_flags & ST_VALID) == 0) << sb.f_flags;

Completed in 61 milliseconds