Lines Matching refs:fileName
528 self.fileName = "none"
530 def scanKeyWords(self, fileName): argument
531 print("Scanning {}".format(fileName))
532 cmd = "grep \"apexd: wait for '\/dev\/loop-control'\" {}".format(fileName)
534 cmd = "grep \"Service 'apexd-bootstrap\" {}".format(fileName)
536 cmd = "grep apexd.status=activated {}".format(fileName)
538 cmd = "grep \"Service 'bpfloader'\" {}".format(fileName)
540 cmd = "grep \"sys.boot_completed=1\" {} | head -n 1".format(fileName)
543 def scanTook(self, fileName): argument
544 lCLogFile = LCLogFile(fileName)
547 def convert(self, fileName): argument
548 lCLogFile = LCLogFile(fileName)
553 def phases(self, fileName): argument
557 lCLogFile = LCLogFile(fileName)
573 self.fileName = "none"
634 fileName = "{}/LC-{}-{}.txt".format(buildId, buildId, index)
636 lCLogFile = LCLogFile(fileName)