Home | History | Annotate | Download | only in msan

Lines Matching refs:statfs

668 INTERCEPTOR(int, statfs, const char *s, void *buf) {
670 int res = REAL(statfs)(s, buf);
1244 INTERCEPT_FUNCTION(statfs);