Android-cuttlefish cvd tool
|
#include <sys/types.h>
#include <sstream>
#include <string>
#include <string_view>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/commands/cvd/cli/types.h"
Go to the source code of this file.
Classes | |
struct | cuttlefish::Overload< Ts > |
Namespaces | |
namespace | cuttlefish |
Variables | |
static constexpr char | cuttlefish::kCvdMarkEnv [] = "_STARTED_BY_CVD_SERVER_" |
constexpr char | cuttlefish::kServerExecPath [] = "/proc/self/exe" |
constexpr char | cuttlefish::kAndroidHostOut [] = "ANDROID_HOST_OUT" |
constexpr char | cuttlefish::kAndroidSoongHostOut [] = "ANDROID_SOONG_HOST_OUT" |
constexpr char | cuttlefish::kAndroidProductOut [] = "ANDROID_PRODUCT_OUT" |
constexpr char | cuttlefish::kLaunchedByAcloud [] = "LAUNCHED_BY_ACLOUD" |
constexpr android::base::LogSeverity | cuttlefish::kCvdDefaultVerbosity = android::base::INFO |