Searched refs:xml_path (Results 1 – 2 of 2) sorted by relevance
147 self.xml_path = None275 def parse_update_config(xml_path): argument285 if os.path.exists(xml_path):286 with open(xml_path, 'r') as xml_file:290 xml_path, UPDATE_LOGGER.ERROR_LOG)363 def parse_partition_file_xml(xml_path): argument369 if os.path.exists(xml_path):370 with open(xml_path, 'r') as xml_file:374 xml_path, UPDATE_LOGGER.ERROR_LOG)387 (part.get('@PartitionName'), xml_path),[all …]
228 OPTIONS_MANAGER.xml_path = args.xml_path337 xml_path = ''339 xml_path = os.path.join(OPTIONS_MANAGER.source_package_dir,344 if os.path.exists(xml_path):345 with open(xml_path, 'r') as xml_file:349 xml_path, UPDATE_LOGGER.ERROR_LOG)826 OPTIONS_MANAGER.xml_path is not None or \