Home | History | Annotate | Download | only in msan

Lines Matching full:__lxstat

793 INTERCEPTOR(int, __lxstat, int magic, char *path, void *buf) {
795 int res = REAL(__lxstat)(magic, path, buf);
800 #define MSAN_MAYBE_INTERCEPT___LXSTAT INTERCEPT_FUNCTION(__lxstat)