Searched refs:xml_map (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_collections.py | 56 xml_map = {} 66 xml_map[namespace] = file 69 root, target_entitytype, path, top_collections, found_top, xml_map 77 root, target_entitytype, path, top_collections, found_top, xml_map argument 93 xml_map, 110 xml_map, 117 root, curr_entitytype, element, path, top_collections, found_top, xml_map argument 229 if file_key in xml_map: 231 typename, new_path, top_collections, found_top, xml_map[file_key] 235 root, typename, new_path, top_collections, found_top, xml_map
|