Searched refs:hosts (Results 1 – 6 of 6) sorted by relevance
104 auto hosts = api.ListHosts(); in CommandListHostsMain() local105 if (!hosts.ok()) { in CommandListHostsMain()106 std::cerr << hosts.error().Message(); in CommandListHostsMain()107 LOG(DEBUG) << hosts.error().Trace(); in CommandListHostsMain()110 if ((*hosts).empty()) { in CommandListHostsMain()114 for (const std::string& host : *hosts) { in CommandListHostsMain()254 auto hosts = api.ListHosts(); in CommandListCVDsMain() local255 if (!hosts.ok()) { in CommandListCVDsMain()256 std::cerr << hosts.error().Message(); in CommandListCVDsMain()257 LOG(DEBUG) << hosts.error().Trace(); in CommandListCVDsMain()[all …]
57 system/core/rootdir/etc/hosts:system/etc/hosts \
122 system/core/rootdir/etc/hosts:system/etc/hosts
107 system/core/rootdir/etc/hosts:system/etc/hosts \
17 echo pack_avd_img.sh packs AVD images you built to be used on other hosts.
1295 xListHostsReply hosts; member