Searched refs:file_path (Results 1 – 3 of 3) sorted by relevance
46 def Parse(self, file_path): argument55 doc = xml.dom.minidom.parse(file_path)58 logger.Log("test file %s does not exist" % file_path)61 logger.Log("Error Parsing xml file: %s " % file_path)64 logger.Log("Error Parsing xml file: %s Reason: %s" % (file_path, e.msg))120 def Parse(file_path): argument131 tests_result.Parse(file_path)
48 def Parse(self, file_path): argument57 doc = xml.dom.minidom.parse(file_path)60 logger.Log('Results file %s does not exist' % file_path)63 logger.Log('Error Parsing xml file: %s ' % file_path)
511 def GetFromStore(self, file_path): argument530 archive_name = self.MapFileToArchive(file_path)541 resp_data = zip_archive.read(file_path)546 logging.info('%s read from %s', file_path, archive_name)580 def MapFileToArchive(self, file_path): argument601 if self.CompareFilenames(target[1], file_path) >= 0: