Home
last modified time | relevance | path

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

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp116 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc165 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc21 // COMMON_INTERCEPTOR_FD_ACQUIRE
717 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
735 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
753 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
769 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
785 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
801 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
2488 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
5634 if (res >= 0 && fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
5706 if (fd >= 0) COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd);
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1300 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2214 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ macro