Android-cuttlefish cvd tool
|
Functions | |
Result< void > | SubstituteWithFlag (const std::string &target_dir, const std::vector< std::string > &host_substitutions) |
Result< std::string > | GetCuttlefishCommonDir () |
Result< void > | Substitute (const std::string &target_dir, const std::string &link_name) |
Result< void > | SubstituteWithMarker (const std::string &target_dir, const std::string &marker_file) |
Result< std::string > cuttlefish::anonymous_namespace{substitute.cc}::GetCuttlefishCommonDir | ( | ) |
cvd needs to be run from a path ending in cuttlefish-common/bin/cvd. This function validates that and returns the path to the cuttlefish-common directory.
Result< void > cuttlefish::anonymous_namespace{substitute.cc}::Substitute | ( | const std::string & | target_dir, |
const std::string & | link_name | ||
) |
Result< void > cuttlefish::anonymous_namespace{substitute.cc}::SubstituteWithFlag | ( | const std::string & | target_dir, |
const std::vector< std::string > & | host_substitutions | ||
) |
Result< void > cuttlefish::anonymous_namespace{substitute.cc}::SubstituteWithMarker | ( | const std::string & | target_dir, |
const std::string & | marker_file | ||
) |