Home | History | Annotate | Download | only in msan

Lines Matching full:__xstat

763 INTERCEPTOR(int, __xstat, int magic, char *path, void *buf) {
765 int res = REAL(__xstat)(magic, path, buf);
770 # define MSAN_INTERCEPT_STAT INTERCEPT_FUNCTION(__xstat)