Lines Matching full:strcpy
637 TSAN_INTERCEPTOR(char*, strcpy, char *dst, const char *src) { // NOLINT638 SCOPED_TSAN_INTERCEPTOR(strcpy, dst, src); // NOLINT642 return REAL(strcpy)(dst, src); // NOLINT1945 TSAN_INTERCEPT(strcpy); // NOLINT