Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/ispy/
Dispy_api.py171 ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt'))
179 rebaseline_path = ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt')
197 ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt'),
/external/chromium_org/chrome/test/ispy/common/
Dispy_utils.py50 return GetTestRunPath(test_run, '%s/%s' % (expectation, file_name))
53 def GetTestRunPath(test_run, file_name=''): function