Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py87 def get_sp_manifest_full_path(sp_node, args :dict): function
143 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
158 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as pm_f:
183 manifest_path = get_sp_manifest_full_path(sp_layout[sp], args)
193 with open(get_sp_manifest_full_path(sp_layout[sp], args), "r") as f: