Home | History | Annotate | Download | only in msan

Lines Matching full:__xstat

654 INTERCEPTOR(int, __xstat, int magic, char *path, void *buf) {
656 int res = REAL(__xstat)(magic, path, buf);
1569 INTERCEPT_FUNCTION(__xstat);