Lines Matching refs:dict
62 def check_sp_mk_gen(args :dict): argument
66 def check_out_dir(args :dict): argument
70 def check_sp_layout_dir(args :dict): argument
74 def write_to_sp_mk_gen(content, args :dict): argument
79 def get_sp_manifest_full_path(sp_node, args :dict): argument
83 def get_sp_img_full_path(sp_node, args :dict): argument
87 def get_sp_pkg(sp, args :dict): argument
91 def is_line_in_sp_gen(line, args :dict): argument
98 if type(node) is dict and "file" in node.keys():
104 if type(node) is dict and "offset" in node.keys():
116 def get_uuid(sp_layout, sp, args :dict): argument
135 def get_load_address(sp_layout, sp, args :dict): argument
145 def check_max_sps(sp_layout, _, args :dict): argument
152 def gen_fdt_sources(sp_layout, sp, args :dict): argument
159 def gen_sptool_args(sp_layout, sp, args :dict): argument
186 def check_dualroot(sp_layout, _, args :dict): argument
203 def gen_crt_args(sp_layout, sp, args :dict): argument
225 def gen_fiptool_args(sp_layout, sp, args :dict): argument
232 def gen_fconf_fragment(sp_layout, sp, args: dict): argument