Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h231 std::string tombstone_receiver_binary() const;
Dcuttlefish_config.cpp567 std::string CuttlefishConfig::tombstone_receiver_binary() const { in tombstone_receiver_binary() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc243 cuttlefish::Command cmd(config.tombstone_receiver_binary()); in LaunchTombstoneReceiverIfEnabled()