Searched refs:xml_path (Results 1 – 3 of 3) sorted by relevance
144 self.xml_path = None289 def parse_update_config(xml_path): argument298 if os.path.exists(xml_path):299 with open(xml_path, 'r') as xml_file:367 def parse_partition_file_xml(xml_path): argument373 if os.path.exists(xml_path):374 with open(xml_path, 'r') as xml_file:391 (part.get('@PartitionName'), xml_path),457 OPTIONS_MANAGER.xml_path = None629 if OPTIONS_MANAGER.xml_path is None:[all …]
230 OPTIONS_MANAGER.xml_path = args.xml_path335 xml_path = ''337 xml_path = os.path.join(OPTIONS_MANAGER.source_package_dir, UPDATER_CONFIG, XML_FILE_PATH)341 if os.path.exists(xml_path):342 with open(xml_path, 'r') as xml_file:346 xml_path, UPDATE_LOGGER.ERROR_LOG)799 …if source_package is not None or OPTIONS_MANAGER.xml_path is not None or partition_file is not Non…
150 local_xml_path = args.xml_path