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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 788 enum AndroidApiLevel {
823 AndroidApiLevel AndroidGetApiLevel();
827 INLINE AndroidApiLevel AndroidGetApiLevel() { return ANDROID_NOT_ANDROID; }
sanitizer_linux.cc 1659 static AndroidApiLevel AndroidDetectApiLevelStatic() {
1669 static AndroidApiLevel AndroidDetectApiLevel() {
1683 AndroidApiLevel AndroidGetApiLevel() {
1684 AndroidApiLevel level =
1685 (AndroidApiLevel)atomic_load(&android_api_level, memory_order_relaxed);

Completed in 306 milliseconds