Searched refs:htmlfile (Results 1 – 2 of 2) sorted by relevance
51 htmlfile = 'bootgraph.html' variable in SystemValues625 hf = open(sysvals.htmlfile, 'w')1071 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)
121 htmlfile = 'output.html' variable in SystemValues304 self.htmlfile = m.group('name')+'.html'308 self.htmlfile = m.group('name')+'.html'367 self.htmlfile = \3498 def createHTMLSummarySimple(testruns, htmlfile, folder): argument3649 hf = open(htmlfile, 'w')3960 hf = open(sysvals.htmlfile, 'w')5311 sysvals.vprint('Creating the html timeline (%s)...' % sysvals.htmlfile)5332 if os.path.exists(sysvals.htmlfile):5333 if not os.path.isfile(sysvals.htmlfile):[all …]