Searched refs:getChildNodeValueByNodeName (Results 1 - 1 of 1) sorted by relevance
/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | get_config_info.py | 44 def getChildNodeValueByNodeName(farthe_node, nodename, index = 0): function 61 lib_type = getChildNodeValueByNodeName(cpu, "lib_type") 62 plam_type = getChildNodeValueByNodeName(getChildNodeByNodeAtrr(cpu, "platform", "plat_name", cpu_plat), "name") 63 hcc_path = getChildNodeValueByNodeName(getChildNodeByNodeAtrr(cpu, "platform", "plat_name", cpu_plat), "compile_path_{}".format(os_plat)) 64 kconf_dir = getChildNodeValueByNodeName(getChildNodeByNodeAtrr(cpu, "platform", "plat_name", cpu_plat), "kconf_dir") 73 core = getChildNodeValueByNodeName(getChildNodeByNodeAtrr(cpu, "platform", "plat_name", cpu_plat), "core") 74 system = getChildNodeValueByNodeName(cpu, "system") 84 return getChildNodeValueByNodeName(tool, node_name)
|
Completed in 0 milliseconds