Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_suppressions.cc26 static const char kInterceptorName[] = "interceptor_name"; variable
31 kInterceptorName, kInterceptorViaFunction, kInterceptorViaLibrary,
57 return suppression_ctx->Match(interceptor_name, kInterceptorName, &s); in IsInterceptorSuppressed()