Searched refs:httpdir (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 409 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)
|