Home | History | Annotate | Download | only in rtl

Lines Matching full:unlink

1841 TSAN_INTERCEPTOR(int, unlink, char *path) {
1842 SCOPED_TSAN_INTERCEPTOR(unlink, path);
1844 int res = REAL(unlink)(path);
2641 TSAN_INTERCEPT(unlink);