Home
last modified time | relevance | path

Searched defs:GroupCreationInfo (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/selector/
Dcreation_analyzer.h57 struct GroupCreationInfo { struct
58 std::string home;
59 std::string host_artifacts_path; ///< e.g. out/host/linux-x86
61 std::string product_out_path;
62 std::string group_name;
63 std::vector<PerInstanceInfo> instances;
64 std::vector<std::string> args;
65 std::unordered_map<std::string, std::string> envs;
/device/google/cuttlefish/host/commands/cvd/
Dinstance_manager.h49 using GroupCreationInfo = selector::GroupCreationInfo; variable