Home | History | Annotate | Download | only in fastboot

Lines Matching full:error

36 static char ERROR[128];
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,"command write failed (%s)", strerror(errno));
138 sprintf(ERROR, "data transfer failure (%s)", strerror(errno));
143 sprintf(ERROR, "data transfer failure (short transfer)");