OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_panic
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
eintr_wrapper.c
21
android_panic
(
panic.h
22
void __attribute__((noreturn))
android_panic
( const char* fmt, ... );
28
#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 131 milliseconds