Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dtouch_playback_test_base.py402 def __init__(self, cr, httpdir, filename): argument
410 cr.browser.platform.SetHTTPServerDirectories(httpdir)
413 os.path.join(httpdir, filename)))
552 def __init__(self, cr, httpdir): argument
562 os.path.join(httpdir, filename))
564 super(EventsPage, self).__init__(cr, httpdir, filename)