Home | History | Annotate | Download | only in recovery

Lines Matching full:loge

52         LOGE("Can't make %s\n", binary);
59 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME);
144 LOGE("unknown command [%s]\n", command);
152 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status));
191 LOGE("opening %s: %s\n", filename, strerror(errno));
206 LOGE("key length (%d) does not match expected size\n", key->len);
229 LOGE("unexpected character between keys\n");
253 LOGE("Can't mount %s\n", root_path);
259 LOGE("Bad path %s\n", root_path);
269 LOGE("Failed to load keys\n");
285 LOGE("signature verification failed\n");
294 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad");