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.py409 def __init__(self, cr, httpdir, filename): argument
417 cr.browser.platform.SetHTTPServerDirectories(httpdir)
420 os.path.join(httpdir, filename)))
560 def __init__(self, cr, httpdir): argument
570 os.path.join(httpdir, filename))
572 super(EventsPage, self).__init__(cr, httpdir, filename)