Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cpp96 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return; in SanitizerInitializeUnwinder()
Dsanitizer_common.h912 AndroidApiLevel AndroidGetApiLevel();
916 inline AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; } in AndroidGetApiLevel() function
921 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4; in GetPthreadDestructorIterations()
Dsanitizer_linux_libcdep.cpp641 return AndroidGetApiLevel() <= ANDROID_LOLLIPOP_MR1; in requiresProcmaps()
799 } else if (AndroidGetApiLevel() > ANDROID_KITKAT) { in WriteOneLineToSyslog()
Dsanitizer_linux.cpp1743 AndroidApiLevel AndroidGetApiLevel() { in AndroidGetApiLevel() function