Home | History | Annotate | Download | only in rtl

Lines Matching refs:open64

1547 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) {
1548 SCOPED_TSAN_INTERCEPTOR(open64, name, flags, mode);
1550 int fd = REAL(open64)(name, flags, mode);
1555 #define TSAN_MAYBE_INTERCEPT_OPEN64 TSAN_INTERCEPT(open64)