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

/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/core/init/
H A Dinit.h35 #define ERROR(x...) log_write(3, "<3>init: " x) macro
/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); }

Completed in 206 milliseconds