Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp96 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
H A Dsanitizer_common.h959 AndroidApiLevel AndroidGetApiLevel();
963 inline AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
968 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
H A Dsanitizer_linux_libcdep.cpp736 return AndroidGetApiLevel() <= ANDROID_LOLLIPOP_MR1; in requiresProcmaps()
893 } else if (AndroidGetApiLevel() > ANDROID_KITKAT) { in WriteOneLineToSyslog()
H A Dsanitizer_linux.cpp1877 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function