Searched defs:ERROR (Results 1 – 9 of 9) sorted by relevance
/system/core/init/ |
D | log.h | 22 #define ERROR(x...) KLOG_ERROR("init", x) macro
|
/system/core/fs_mgr/ |
D | fs_mgr_priv.h | 24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x) macro
|
/system/core/fastboot/ |
D | protocol.c | 43 static char ERROR[128]; variable
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_mutex.c | 96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
|
D | test_pthread_rwlock.c | 95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
|
/system/core/logwrapper/ |
D | logwrap.c | 41 #define ERROR(fmt, args...) \ macro
|
/system/media/camera/src/ |
D | camera_metadata.c | 26 #define ERROR 1 macro
|
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 34 #define ERROR 1 macro
|
/system/core/sdcard/ |
D | sdcard.c | 70 #define ERROR(x...) fprintf(stderr,x) macro
|