• Home
Name Date Size #Lines LOC

..--

Android.bpD04-Jul-20251.4 KiB5552

OWNERSD04-Jul-202561 32

README.mdD04-Jul-2025534 117

filesystem_explorer.ccD04-Jul-20251.6 KiB5326

filesystem_explorer.hD04-Jul-2025742 255

flag_forwarder.ccD04-Jul-202514.8 KiB396294

flag_forwarder.hD04-Jul-20251.4 KiB4724

linkage.dotD04-Jul-2025755 1412

linkage.pngD04-Jul-202526.6 KiB

linkage.svgD04-Jul-20254.2 KiB8672

main.ccD04-Jul-202510.9 KiB311248

override_bool_arg.cppD04-Jul-20252.8 KiB9661

override_bool_arg.hD04-Jul-2025850 289

validate_metrics_confirmation.cppD04-Jul-20253.5 KiB10078

validate_metrics_confirmation.hD04-Jul-2025742 245

README.md

1Entry point to launching one or more Cuttlefish virtual devices.
2`cvd_internal_start` invokes `assemble_cvd` once to set up all devices, and
3then invokes `run_cvd` once per device. Arguments / flags are passed through to
4`assemble_cvd` and `run_cvd`.
5
6The `cvd_internal_start` executable used to be named `launch_cvd`, and is still
7referred to as `launch_cvd` in some places.
8
9[![Linkage diagram](./linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/start/linkage.svg)
10
11