Searched refs:httpdir (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/cros/ |
D | touch_playback_test_base.py | 402 def __init__(self, cr, httpdir, filename): argument 410 cr.browser.platform.SetHTTPServerDirectories(httpdir) 413 os.path.join(httpdir, filename))) 553 def __init__(self, cr, httpdir): argument 563 os.path.join(httpdir, filename)) 565 super(EventsPage, self).__init__(cr, httpdir, filename)
|