HomeSort by relevance Sort by last modified time
    Searched refs:fifo_path (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/bin/
harness_autoserv.py 55 fifo_path = os.path.join(fifo_dir.name, 'autoserv.fifo')
56 os.mkfifo(fifo_path)
59 msg = ':'.join([title] + list(args) + [fifo_path]) + '\n'
63 fifo = open(fifo_path)
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 247 fifo_path = RESULT_FIFO_PREFIX + ('-pid-%d' % instance_pid) variable
248 if os.path.exists(fifo_path):
249 os.unlink(fifo_path)
250 os.mkfifo(fifo_path)
256 fifo = open(fifo_path, 'w')
259 os.unlink(fifo_path)
265 fifo_path = RESULT_FIFO_PREFIX + ('-pid-%d' % instance_pid) variable
266 if not os.path.exists(fifo_path):
271 fifo = open(fifo_path, 'r')
  /external/autotest/client/site_tests/power_IdleSuspend/
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)
  /system/update_engine/common/
subprocess_unittest.cc 227 string fifo_path = tempdir.GetPath().Append("fifo").value(); local
228 EXPECT_EQ(0, mkfifo(fifo_path.c_str(), 0666));
250 fifo_path.c_str(),
251 fifo_path.c_str())};
255 int fifo_fd = HANDLE_EINTR(open(fifo_path.c_str(), O_RDONLY));
  /external/autotest/server/
autotest.py     [all...]

Completed in 538 milliseconds