Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/remote/
Dcvdremote.cc104 auto hosts = api.ListHosts(); in CommandListHostsMain() local
105 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() local
255 if (!hosts.ok()) { in CommandListCVDsMain()
256 std::cerr << hosts.error().Message(); in CommandListCVDsMain()
257 LOG(DEBUG) << hosts.error().Trace(); in CommandListCVDsMain()
[all …]
/device/generic/goldfish/
Dminimal_system.mk57 system/core/rootdir/etc/hosts:system/etc/hosts \
/device/generic/uml/
Duml.mk122 system/core/rootdir/etc/hosts:system/etc/hosts
/device/generic/trusty/
Dqemu_trusty_base.mk107 system/core/rootdir/etc/hosts:system/etc/hosts \
/device/generic/car/tools/
Dpack_avd_img.sh17 echo pack_avd_img.sh packs AVD images you built to be used on other hosts.
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXproto.h1295 xListHostsReply hosts; member