Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/
Dnet_interface.py52 self.chroot.add_startup_command(
54 self.chroot.add_startup_command(
57 self.chroot.add_startup_command(self._dnsmasq_command)
59 self.chroot.add_startup_command(self._test_endpoint_command)
/external/autotest/client/cros/
Dvpn_server.py187 chroot.add_startup_command('%s start' % self.IPSEC_COMMAND)
188 chroot.add_startup_command('%s -c /%s -C /tmp/l2tpd.control' %
286 chroot.add_startup_command('chmod 755 %s' % self.AUTHENTICATION_SCRIPT)
287 chroot.add_startup_command('%s --config /%s &' %
Dchrooted_avahi.py148 self._chroot.add_startup_command(
Dnetwork_chroot.py153 def add_startup_command(self, command): member in NetworkChroot