Home | History | Annotate | Download | only in rtl

Lines Matching full:open64

1376 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) {
1377 SCOPED_TSAN_INTERCEPTOR(open64, name, flags, mode);
1378 int fd = REAL(open64)(name, flags, mode);
2324 TSAN_INTERCEPT(open64);