Lines Matching refs:htmlfile
88 htmlfile = '' variable in SystemValues
122 if((self.htmlfile == '') and (self.dmesgfile != '')):
125 self.htmlfile = m.group('name')+'.html'
126 if((self.htmlfile == '') and (self.ftracefile != '')):
129 self.htmlfile = m.group('name')+'.html'
130 if(self.htmlfile == ''):
131 self.htmlfile = 'output.html'
152 self.htmlfile = \
2023 def createHTMLSummarySimple(testruns, htmlfile): argument
2027 hf = open(htmlfile, 'w')
2341 hf = open(sysvals.htmlfile, 'w')
3270 vprint('Output file: %s' % sysvals.htmlfile)
3300 vprint(' %s' % sysvals.htmlfile)