Android-cuttlefish cvd tool
|
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< std::string > | cuttlefish::CvdDataHome () |
Result< std::string > | cuttlefish::CvdConfigHome () |
Result< std::string > | cuttlefish::CvdStateHome () |
Result< std::string > | cuttlefish::CvdCacheHome () |
std::string | cuttlefish::CvdRuntimeDir () |
Result< std::vector< std::string > > | cuttlefish::CvdDataDirs () |
Result< std::vector< std::string > > | cuttlefish::CvdConfigDirs () |
Result< std::string > | cuttlefish::ReadCvdDataFile (std::string_view path) |
Result< std::vector< std::string > > | cuttlefish::FindCvdDataFiles (std::string_view path) |
Result< void > | cuttlefish::WriteCvdDataFile (std::string_view path, std::string contents) |