Lines Matching refs:LOGE
69 LOGE("Failed to parse build number in %s.\n", str.c_str()); in parse_build_number()
77 LOGE("Failed to find %s in update package.\n", METADATA_PATH); in read_source_target_build()
83 LOGE("Failed to read metadata in update package.\n"); in read_source_target_build()
128 LOGE("Can't make %s\n", binary); in try_update_binary()
136 LOGE("Can't copy %s\n", ASSUMED_UPDATE_BINARY_NAME); in try_update_binary()
257 LOGE("unknown command [%s]\n", command); in try_update_binary()
268 LOGE("Error in %s\n(Status %d)\n", path, WEXITSTATUS(status)); in try_update_binary()
299 LOGE("failed to map file\n"); in really_install_package()
306 LOGE("Failed to load keys\n"); in really_install_package()
318 LOGE("signature verification failed\n"); in really_install_package()
329 LOGE("Can't open %s\n(%s)\n", path, err != -1 ? strerror(err) : "bad"); in really_install_package()
363 LOGE("failed to open last_install: %s\n", strerror(errno)); in install_package()
368 LOGE("failed to set up expected mounts for install; aborting\n"); in install_package()