Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/functional/perf/
Dendure_result_parser.py456 def GetStdioContents(stdio_location): argument
465 if stdio_location.startswith('http://'):
466 fp = urllib2.urlopen(stdio_location, timeout=60)
479 fp = open(stdio_location)
492 stdio_location)
501 stdio_location)
511 stdio_location, str(e))
553 stdio_location = stdio['location']
554 contents = GetStdioContents(stdio_location)