Searched defs:fifo_path (Results 1 - 1 of 1) sorted by relevance

/external/autotest/server/site_tests/autoupdate_EndToEndTest/
H A Dupdate_engine_performance_monitor.py245 fifo_path = RESULT_FIFO_PREFIX + ('-pid-%d' % instance_pid) variable
246 if os.path.exists(fifo_path):
247 os.unlink(fifo_path)
248 os.mkfifo(fifo_path)
254 fifo = open(fifo_path, 'w')
257 os.unlink(fifo_path)
263 fifo_path = RESULT_FIFO_PREFIX + ('-pid-%d' % instance_pid) variable
264 if not os.path.exists(fifo_path):
269 fifo = open(fifo_path, 'r')

Completed in 205 milliseconds