Home
last modified time | relevance | path

Searched refs:ReadGuestConfig (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc563 Result<std::vector<GuestConfig>> ReadGuestConfig() { in ReadGuestConfig() function
578 Result<std::vector<GuestConfig>> ReadGuestConfig() { in ReadGuestConfig() function
2091 std::vector<GuestConfig> guest_configs = CF_EXPECT(ReadGuestConfig()); in GetGuestConfigAndSetDefaults()