Home
last modified time | relevance | path

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

/ohos5.0/base/update/packaging_tools/
H A Dutils.py144 self.xml_path = None
289 def parse_update_config(xml_path): argument
298 if os.path.exists(xml_path):
299 with open(xml_path, 'r') as xml_file:
367 def parse_partition_file_xml(xml_path): argument
373 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 = None
629 if OPTIONS_MANAGER.xml_path is None:
[all …]
H A Dbuild_update.py230 OPTIONS_MANAGER.xml_path = args.xml_path
335 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…
/ohos5.0/build/templates/common/
H A Dinclude_relative_path_check.py150 local_xml_path = args.xml_path