Home
last modified time | relevance | path

Searched refs:xml_path (Results 1 – 2 of 2) sorted by relevance

/base/update/packaging_tools/
Dutils.py147 self.xml_path = None
275 def parse_update_config(xml_path): argument
285 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): argument
369 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 …]
Dbuild_update.py228 OPTIONS_MANAGER.xml_path = args.xml_path
337 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 \