Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/web/cas/cas_downloader.h"
#include <android-base/strings.h>
#include <cstddef>
#include <cstdio>
#include <map>
#include <memory>
#include <optional>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include <android-base/logging.h>
#include <json/value.h>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/json.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/subprocess.h"
#include "cuttlefish/common/libs/utils/subprocess_managed_stdio.h"
#include "cuttlefish/host/libs/web/cas/cas_flags.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{cas_downloader.cpp} |
Functions | |
std::set< std::string > | cuttlefish::anonymous_namespace{cas_downloader.cpp}::GetSupportedFlags (const std::string &go_binary_path) |
std::vector< std::string > | cuttlefish::anonymous_namespace{cas_downloader.cpp}::CreateCasFlags (std::string downloader_path, Json::Value &config_flags) |
std::string | cuttlefish::anonymous_namespace{cas_downloader.cpp}::ToSeconds (int timeout) |
Json::Value | cuttlefish::anonymous_namespace{cas_downloader.cpp}::ConvertToConfigFlags (const CasDownloaderFlags &flags) |
Command | cuttlefish::anonymous_namespace{cas_downloader.cpp}::GetCommand (const std::string downloader_path, const std::vector< std::string > &flags, const CasIdentifier &cas_identifier, const std::string &target_directory, const std::optional< std::string > &stats_filepath) |
std::string | cuttlefish::ConstructBuildDesc (const std::string &build_id, const std::string &build_target) |