Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dnet_interface.py57 self.chroot.add_startup_command(
59 self.chroot.add_startup_command(
62 self.chroot.add_startup_command(self._dnsmasq_command)
64 self.chroot.add_startup_command(self._test_endpoint_command)
/aosp_15_r20/external/autotest/client/cros/
H A Dchrooted_avahi.py148 self._chroot.add_startup_command(
H A Dnetwork_chroot.py162 def add_startup_command(self, command): member in NetworkChroot