Android-cuttlefish cvd tool
Classes | Namespaces | Functions | Variables
android_build_api.h File Reference
#include <chrono>
#include <optional>
#include <string>
#include <string_view>
#include <tuple>
#include <unordered_set>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/web/android_build.h"
#include "cuttlefish/host/libs/web/android_build_string.h"
#include "cuttlefish/host/libs/web/android_build_url.h"
#include "cuttlefish/host/libs/web/build_api.h"
#include "cuttlefish/host/libs/web/cas/cas_downloader.h"
#include "cuttlefish/host/libs/web/credential_source.h"
#include "cuttlefish/host/libs/web/http_client/http_client.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
Include dependency graph for android_build_api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cuttlefish::AndroidBuildApi
 
struct  cuttlefish::AndroidBuildApi::BuildInfo
 

Namespaces

namespace  cuttlefish
 

Functions

std::tuple< std::string, std::string > cuttlefish::GetBuildIdAndTarget (const Build &build)
 
std::optional< std::string > cuttlefish::GetFilepath (const Build &build)
 
std::string cuttlefish::ConstructTargetFilepath (const std::string &directory, const std::string &filename)
 

Variables

constexpr char cuttlefish::kAndroidBuildServiceUrl []