Searched refs:fifo_path (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/plugins/ |
D | protocol_lws_raw_test.c | 80 char fifo_path[100]; member 118 lws_strncpy(vhd->fifo_path, pvo->value, in callback_raw_test() 119 sizeof(vhd->fifo_path)); in callback_raw_test() 122 if (vhd->fifo_path[0] == '\0') { in callback_raw_test() 129 unlink(vhd->fifo_path); in callback_raw_test() 130 if (mkfifo(vhd->fifo_path, 0666)) { in callback_raw_test() 134 vhd->fifo = lws_open(vhd->fifo_path, O_NONBLOCK | O_RDONLY); in callback_raw_test() 137 unlink(vhd->fifo_path); in callback_raw_test() 140 lwsl_notice("FIFO %s created\n", vhd->fifo_path); in callback_raw_test() 148 unlink(vhd->fifo_path); in callback_raw_test() [all …]
|
/external/autotest/client/bin/ |
D | harness_autoserv.py | 56 fifo_path = os.path.join(fifo_dir.name, 'autoserv.fifo') 57 os.mkfifo(fifo_path) 60 msg = ':'.join([title] + list(args) + [fifo_path]) + '\n' 64 fifo = open(fifo_path)
|
/external/autotest/client/site_tests/power_IdleSuspend/ |
D | power_IdleSuspend.py | 56 fifo_path = '%s/sys_power_state' % self.tempdir 57 os.mkfifo(fifo_path) 58 utils.run('mount --bind %s /sys/power/state' % fifo_path)
|
/external/autotest/server/ |
D | autotest.py | 1357 pkg_name, dest_path, fifo_path = fetch_package_match.groups() 1374 self.host.run("echo B > %s" % fifo_path) 1390 fifo_path, = test_complete_match.groups() 1393 self.host.run("echo A > %s" % fifo_path) 1398 pkg_name, dest_path, fifo_path = fetch_package_match.groups() 1408 self.host.run("echo B > %s" % fifo_path)
|