Home | History | Annotate | Download | only in fastboot

Lines Matching defs:ERROR

43 static char ERROR[128];
47 return ERROR;
58 sprintf(ERROR, "status read failed (%s)", strerror(errno));
65 sprintf(ERROR, "status malformed (%d bytes)", r);
84 sprintf(ERROR, "remote: %s", status + 4);
86 strcpy(ERROR, "remote failure");
94 strcpy(ERROR, "data size too large");
101 strcpy(ERROR,"unknown status code");
119 sprintf(ERROR,"command too large");
124 sprintf(ERROR,"command write failed (%s)", strerror(errno));
138 sprintf(ERROR, "data transfer failure (%s)", strerror(errno));
143 sprintf(ERROR, "data transfer failure (short transfer)");
249 sprintf(ERROR, "internal error: usb_buf not empty\n");
263 sprintf(ERROR, "internal error: too much left for usb_buf\n");