Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_FD_ACQUIRE (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_interceptors.cc162 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc21 // COMMON_INTERCEPTOR_FD_ACQUIRE
548 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
566 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
584 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
600 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
616 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
632 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
2319 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1420 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2360 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro