Lines Matching refs:htmlfile
121 htmlfile = 'output.html' variable in SystemValues
304 self.htmlfile = m.group('name')+'.html'
308 self.htmlfile = m.group('name')+'.html'
367 self.htmlfile = \
3498 def createHTMLSummarySimple(testruns, htmlfile, folder): argument
3649 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):
5334 doError('a directory already exists with this name: %s' % sysvals.htmlfile)
5335 elif not os.access(sysvals.htmlfile, os.W_OK):
5336 doError('missing permission to write to %s' % sysvals.htmlfile)
5394 sysvals.dmesgfile = sysvals.ftracefile = sysvals.htmlfile = ''
5401 if sysvals.ftracefile and sysvals.htmlfile and \
5402 not os.path.exists(sysvals.htmlfile):