Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h858 void set_restart_subprocesses(bool restart_subprocesses);
Dcuttlefish_config_instance.cpp814 void CuttlefishConfig::MutableInstanceSpecific::set_restart_subprocesses(bool restart_subprocesses)… in set_restart_subprocesses() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1597 instance.set_restart_subprocesses(restart_subprocesses_vec[instance_index]); in InitializeCuttlefishConfiguration()