Lines Matching refs:LOGE
56 LOGE("Can't make %s\n", binary); in try_update_binary()
64 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME); in try_update_binary()
149 LOGE("unknown command [%s]\n", command); in try_update_binary()
157 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status)); in try_update_binary()
185 LOGE("opening %s: %s\n", filename, strerror(errno)); in load_keys()
200 LOGE("key length (%d) does not match expected size\n", key->len); in load_keys()
223 LOGE("unexpected character between keys\n"); in load_keys()
247 LOGE("Can't mount %s\n", path); in really_install_package()
256 LOGE("Failed to load keys\n"); in really_install_package()
272 LOGE("signature verification failed\n"); in really_install_package()
281 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad"); in really_install_package()
299 LOGE("failed to open last_install: %s\n", strerror(errno)); in install_package()