Home
last modified time | relevance | path

Searched refs:dfatal (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DEintrWrapper.h18 #ifndef dfatal
85 dfatal("Looping around EINTR too many times"); \
/hardware/google/aemu/base/include/aemu/base/logging/
DCLog.h72 #ifndef dfatal
73 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro
DLog.h76 #ifndef dfatal
77 #define dfatal(fmt, ...) EMULOGCPLUSPLUS(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro
/hardware/google/aemu/base/
DNoDestructor_unittest.cpp13 ~CheckOnDestroy() { dfatal("Destructor was called"); } in ~CheckOnDestroy()
/hardware/google/gfxstream/guest/android-emu/android/utils/
Ddebug.h151 #define dfatal(fmt, ...) EMULOG(EMULATOR_LOG_FATAL, fmt, ##__VA_ARGS__) macro