Searched defs:ERROR (Results 1 - 5 of 5) sorted by relevance

/system/core/init/
H A Dlog.h22 #define ERROR(x...) KLOG_ERROR("init", x) macro
/system/core/fastboot/
H A Dprotocol.c36 static char ERROR[128]; variable
40 return ERROR;
52 sprintf(ERROR, "status read failed (%s)", strerror(errno));
59 sprintf(ERROR, "status malformed (%d bytes)", r);
78 sprintf(ERROR, "remote: %s", status + 4);
80 strcpy(ERROR, "remote failure");
88 strcpy(ERROR, "data size too large");
95 strcpy(ERROR,"unknown status code");
115 sprintf(ERROR,"command too large");
120 sprintf(ERROR,"comman
[all...]
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c96 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
99 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
H A Dtest_pthread_rwlock.c95 #define ERROR(errcode,...) error((errcode),__FUNCTION__,__VA_ARGS__) macro
98 { int _ret = (cond); if (_ret != 0) ERROR(_ret,"%d:%s", __LINE__, #cond); }
/system/core/sdcard/
H A Dsdcard.c69 #define ERROR(x...) fprintf(stderr,x) macro
171 ERROR("opendir %s failed: %s", path, strerror(errno));
233 ERROR("lstat('%s') errno %d\n", path, errno);
266 ERROR("opendir %s failed: %s", path, strerror(errno));
276 ERROR("strdup failed - out of memory\n");
380 ERROR("Zero refcnt %p\n", node);
476 // ERROR("*** %d ***\n", err);
498 ERROR("*** REPLY FAILED *** %d\n", errno);
530 ERROR("malformed header\n");
725 ERROR("RENAM
[all...]

Completed in 230 milliseconds