HomeSort by relevance Sort by last modified time
    Searched full:add_startup_command (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/cellular/
net_interface.py 52 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/
vpn_server.py 176 chroot.add_startup_command('%s start' % self.IPSEC_COMMAND)
177 chroot.add_startup_command('%s -c /%s -C /tmp/l2tpd.control' %
282 chroot.add_startup_command('chmod 755 %s' % self.AUTHENTICATION_SCRIPT)
283 chroot.add_startup_command('%s --config /%s &' %
chrooted_avahi.py 148 self._chroot.add_startup_command(
network_chroot.py 145 def add_startup_command(self, command): member in class:NetworkChroot

Completed in 224 milliseconds