Lines Matching refs:fstatat
728 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) {730 int res = REAL(fstatat)(fd, pathname, buf, flags);734 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat)