Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dtty.c640 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0 in connect_tty()
649 if (device_script(ptycommand, pty_master, pty_master, 1) < 0) in connect_tty()
692 if (device_script(initializer, ttyfd, ttyfd, 0) < 0) { in connect_tty()
705 if (device_script(connector, ttyfd, ttyfd, 0) < 0) { in connect_tty()
747 if (device_script(welcomer, ttyfd, ttyfd, 0) < 0) in connect_tty()
782 if (device_script(disconnect_script, ttyfd, ttyfd, 0) < 0) { in disconnect_tty()
Dpppd.h498 int device_script __P((char *cmd, int in, int out, int dont_wait));
Dmain.c1717 device_script(program, in, out, dont_wait) in device_script() function
/external/autotest/client/site_tests/firmware_TouchMTB/
DtouchbotII_robot_wrapper.py391 device_script = os.path.join(self._robot_script_dir, 'device_size.py')
392 cmd = 'python %s %s' % (device_script, device_spec)