Home
last modified time | relevance | path

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

/base/update/packaging_tools/test/
Dtest_utils.py30 from utils import parse_partition_file_xml
154 check_re = parse_partition_file_xml(
/base/update/packaging_tools/
Dbuild_update.py70 from utils import parse_partition_file_xml
853 parse_partition_file_xml(partition_file)
Dutils.py358 def parse_partition_file_xml(xml_path): function