Lines Matching refs:update

81   // Show the status of the update engine in stdout.
138 LOG(INFO) << "Got status update:";
228 "Wait for any update operations to complete."
229 "Exit status is 0 if the update succeeded, and 1 otherwise.");
230 DEFINE_bool(interactive, true, "Mark the update request as interactive.");
231 DEFINE_string(omaha_url, "", "The URL of the Omaha update server.");
233 "Enables (\"yes\") or disables (\"no\") the peer-to-peer update"
254 "Show the current setting for peer-to-peer update sharing.");
258 DEFINE_bool(update, false,
259 "Forces an update and waits for it to complete. "
267 "Show the previous OS version used before the update reboot.");
299 // Changes the current update over cellular network setting.
307 LOG(ERROR) << "Error setting the update over cellular setting.";
313 // Show the current update over cellular network setting.
318 LOG(ERROR) << "Error getting the update over cellular setting.";
322 LOG(INFO) << "Current update over cellular network setting: "
339 LOG(ERROR) << "Error setting the peer-to-peer update setting.";
373 LOG(ERROR) << "Error getting the peer-to-peer update setting.";
377 LOG(INFO) << "Current update using P2P setting: "
381 // First, update the target channel if requested.
409 LOG(INFO) << "Target Channel (pending update): " << target_channel;
419 << "Rollback should not include update-related flags.";
431 // Initiate an update check, if necessary.
437 LOG(INFO) << "Forcing an update by setting app_version to ForcedUpdate.";
439 LOG(INFO) << "Initiating update check and install.";
442 LOG(ERROR) << "Error checking for update.";
468 LOG(INFO) << "Waiting for update to complete.";