Android-cuttlefish cvd tool
Classes | Variables
cuttlefish::anonymous_namespace{powerwash.cpp} Namespace Reference

Classes

class  CvdDevicePowerwashCommandHandler
 
struct  PowerwashOptions
 

Variables

constexpr char kSummaryHelpText [] = "Reset device to first boot state"
 
constexpr char kDetailedHelpText []
 
constexpr char kPowerwashCmd [] = "powerwash"
 

Variable Documentation

◆ kDetailedHelpText

constexpr char cuttlefish::anonymous_namespace{powerwash.cpp}::kDetailedHelpText[]
constexpr
Initial value:
=
R"(powerwash: Resets device state to first boot. Functionaly equivalent to
removing the device and creating it again, but more efficient.
Flags:
-boot_timeout (How many seconds to wait for the device to reboot.)
type: int32 default: 500
-wait_for_launcher (How many seconds to wait for the launcher to respond to
the status command. A value of zero means wait indefinitely.) type: int32
default: 30
)"

◆ kPowerwashCmd

constexpr char cuttlefish::anonymous_namespace{powerwash.cpp}::kPowerwashCmd[] = "powerwash"
constexpr

◆ kSummaryHelpText

constexpr char cuttlefish::anonymous_namespace{powerwash.cpp}::kSummaryHelpText[] = "Reset device to first boot state"
constexpr