Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp86 if (config.enable_tombstone_receiver() && instance.tombstone_receiver_port()) { in KernelCommandLineFromConfig()
88 …cmdline.push_back(concat("androidboot.vsock_tombstone_port=", instance.tombstone_receiver_port())); in KernelCommandLineFromConfig()
Dcuttlefish_config_instance.cpp292 int CuttlefishConfig::InstanceSpecific::tombstone_receiver_port() const { in tombstone_receiver_port() function in cuttlefish::CuttlefishConfig::InstanceSpecific
296 …ttlefishConfig::MutableInstanceSpecific::set_tombstone_receiver_port(int tombstone_receiver_port) { in set_tombstone_receiver_port() argument
297 (*Dictionary())[kTombstoneReceiverPort] = tombstone_receiver_port; in set_tombstone_receiver_port()
Dcuttlefish_config.h357 int tombstone_receiver_port() const;
448 void set_tombstone_receiver_port(int tombstone_receiver_port);
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc235 auto port = instance.tombstone_receiver_port(); in LaunchTombstoneReceiverIfEnabled()