Android-cuttlefish cvd tool
|
Classes | |
struct | BranchBuildTargetInfo |
Functions | |
static Result< BranchBuildTargetInfo > | GetDefaultBranchBuildTarget (const std::string default_branch_str) |
Result< std::vector< std::string > > | BashTokenize (const std::string &str) |
Variables | |
const std::vector< std::string > | kKernelImageNames |
const std::vector< std::string > | kInitRamFsImageName = {"initramfs.img"} |
const std::vector< std::string > | kBootImageName = {"boot.img"} |
const std::vector< std::string > | kVendorBootImageName = {"vendor_boot.img"} |
const std::string | kMixedSuperImageName = "mixed_super.img" |
Result< std::vector< std::string > > cuttlefish::anonymous_namespace{converter.cpp}::BashTokenize | ( | const std::string & | str | ) |
Split a string into arguments based on shell tokenization rules.
This behaves like shlex.split
from python where arguments are separated based on whitespace, but quoting and quote escaping is respected. This function effectively removes one level of quoting from its inputs while making the split.
|
static |
const std::vector<std::string> cuttlefish::anonymous_namespace{converter.cpp}::kBootImageName = {"boot.img"} |
const std::vector<std::string> cuttlefish::anonymous_namespace{converter.cpp}::kInitRamFsImageName = {"initramfs.img"} |
const std::vector<std::string> cuttlefish::anonymous_namespace{converter.cpp}::kKernelImageNames |
const std::string cuttlefish::anonymous_namespace{converter.cpp}::kMixedSuperImageName = "mixed_super.img" |
const std::vector<std::string> cuttlefish::anonymous_namespace{converter.cpp}::kVendorBootImageName = {"vendor_boot.img"} |