Searched refs:creat64 (Results 1 – 3 of 3) sorted by relevance
9 0 5438 creat64:entry touch /tmp/newfile10 0 5438 creat64:entry sh /tmp/mpLaaOik11 0 5438 creat64:entry sh /dev/null
1505 TSAN_INTERCEPTOR(int, creat64, const char *name, int mode) { in TSAN_INTERCEPTOR() argument1506 SCOPED_TSAN_INTERCEPTOR(creat64, name, mode); in TSAN_INTERCEPTOR()1508 int fd = REAL(creat64)(name, mode); in TSAN_INTERCEPTOR()1513 #define TSAN_MAYBE_INTERCEPT_CREAT64 TSAN_INTERCEPT(creat64)
1523 fun:creat64=uninstrumented