Home
last modified time | relevance | path

Searched defs:ERROR (Results 1 – 9 of 9) sorted by relevance

/system/core/init/
Dlog.h22 #define ERROR(x...) KLOG_ERROR("init", x) macro
/system/core/fs_mgr/
Dfs_mgr_priv.h24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x) macro
/system/core/fastboot/
Dprotocol.c43 static char ERROR[128]; variable
/system/extras/tests/bionic/libc/common/
Dtest_pthread_mutex.c96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
Dtest_pthread_rwlock.c95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
/system/core/logwrapper/
Dlogwrap.c41 #define ERROR(fmt, args...) \ macro
/system/media/camera/src/
Dcamera_metadata.c26 #define ERROR 1 macro
/system/media/camera/tests/
Dcamera_metadata_tests.cpp34 #define ERROR 1 macro
/system/core/sdcard/
Dsdcard.c70 #define ERROR(x...) fprintf(stderr,x) macro