|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/vm_manager/gem5_manager.h"#include <sys/socket.h>#include <sys/stat.h>#include <sys/types.h>#include <sys/un.h>#include <sys/wait.h>#include <unistd.h>#include <fstream>#include <string>#include <unordered_map>#include <utility>#include <vector>#include "absl/log/log.h"#include "vulkan/vulkan.h"#include "cuttlefish/common/libs/utils/environment.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/host/libs/config/gpu_mode.h"#include "cuttlefish/host/libs/feature/command_source.h"#include "cuttlefish/process/command.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::vm_manager |
| namespace | cuttlefish::vm_manager::anonymous_namespace{gem5_manager.cpp} |
Functions | |
| void | cuttlefish::vm_manager::anonymous_namespace{gem5_manager.cpp}::GenerateGem5File (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance) |
Variables | |
| static constexpr char | cuttlefish::vm_manager::anonymous_namespace{gem5_manager.cpp}::kFsHeader [] |
| static constexpr char | cuttlefish::vm_manager::anonymous_namespace{gem5_manager.cpp}::kFsMemPci [] |
| static constexpr char | cuttlefish::vm_manager::anonymous_namespace{gem5_manager.cpp}::kFsKernelCmd [] |
| static constexpr char | cuttlefish::vm_manager::anonymous_namespace{gem5_manager.cpp}::kFsExeMain [] |