HomeSort by: relevance | last modified time | path
    Searched refs:AndroidGetApiLevel (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 52 if (AndroidGetApiLevel() >= ANDROID_LOLLIPOP_MR1) return;
sanitizer_linux_libcdep.cc 586 return AndroidGetApiLevel() <= ANDROID_LOLLIPOP_MR1;
744 } else if (AndroidGetApiLevel() > ANDROID_KITKAT) {
sanitizer_common.h 823 AndroidApiLevel AndroidGetApiLevel();
827 INLINE AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; }
832 return (AndroidGetApiLevel() == ANDROID_LOLLIPOP_MR1) ? 8 : 4;
sanitizer_linux.cc 1683 AndroidApiLevel AndroidGetApiLevel() {

Completed in 15 milliseconds