Android-cuttlefish cvd tool
Functions | Variables
cuttlefish::anonymous_namespace{parse.cc} Namespace Reference

Functions

Flag SnapshotCmdFlag (std::string &value_buf)
 
Flag GetInt32Flag (const std::string &name, int &value_buf, const std::string &help_msg)
 
Flag WaitForLauncherFlag (int &wait_for_launcher)
 
Flag SnapshotPathFlag (std::string &path_buf)
 
Flag CleanupSnapshotPathFlag (bool &cleanup)
 

Variables

constexpr char snapshot_cmd_help []
 
constexpr char cleanup_snapshot_path_help []
 
constexpr char wait_for_launcher_help []
 
constexpr char snapshot_path_help []
 

Function Documentation

◆ CleanupSnapshotPathFlag()

Flag cuttlefish::anonymous_namespace{parse.cc}::CleanupSnapshotPathFlag ( bool &  cleanup)

◆ GetInt32Flag()

Flag cuttlefish::anonymous_namespace{parse.cc}::GetInt32Flag ( const std::string &  name,
int &  value_buf,
const std::string &  help_msg 
)

◆ SnapshotCmdFlag()

Flag cuttlefish::anonymous_namespace{parse.cc}::SnapshotCmdFlag ( std::string &  value_buf)

◆ SnapshotPathFlag()

Flag cuttlefish::anonymous_namespace{parse.cc}::SnapshotPathFlag ( std::string &  path_buf)

◆ WaitForLauncherFlag()

Flag cuttlefish::anonymous_namespace{parse.cc}::WaitForLauncherFlag ( int &  wait_for_launcher)

Variable Documentation

◆ cleanup_snapshot_path_help

constexpr char cuttlefish::anonymous_namespace{parse.cc}::cleanup_snapshot_path_help[]
constexpr
Initial value:
=
"If true, snapshot_util_cvd will clean up the snapshot path on "
"failure of snapshot-taking"

◆ snapshot_cmd_help

constexpr char cuttlefish::anonymous_namespace{parse.cc}::snapshot_cmd_help[]
constexpr
Initial value:
=
"Command to control regarding the snapshot operations: "
"suspend/resume/snapshot_take"

◆ snapshot_path_help

constexpr char cuttlefish::anonymous_namespace{parse.cc}::snapshot_path_help[]
constexpr
Initial value:
=
"Path to the directory the taken snapshot files are saved"

◆ wait_for_launcher_help

constexpr char cuttlefish::anonymous_namespace{parse.cc}::wait_for_launcher_help[]
constexpr
Initial value:
=
"How many seconds to wait for the launcher to respond to the status "
"command. A value of zero means wait indefinitely."