HomeSort by relevance Sort by last modified time
    Searched refs:android_panic (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/utils/
panic.h 18 void __attribute__((noreturn)) android_panic ( const char* fmt, ... );
24 #define APANIC(...) android_panic(__VA_ARGS__)
panic.c 26 void android_panic( const char* fmt, ... ) function
43 android_panic("Passing NULL to %s", __FUNCTION__);
assert.c 59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
65 android_panic("Passing NULL to %s\n", __FUNCTION__);

Completed in 47 milliseconds