Lines Matching refs:target_out
235 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument
273 if target_out:
274 build_command.extend(["-D", target_out])
309 if target_out:
310 build_command.extend(["-d", target_out])
325 if target_out:
326 build_command.extend(["-d", target_out])
349 if target_out:
350 build_command.extend(["-D", target_out])
417 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument
456 BuildImageMkfs(in_dir, tmp_dict, out_file, target_out, fs_config)
479 BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
523 BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
546 mkfs_output = BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
896 target_out = argv[3]
935 BuildImage(in_dir, image_properties, out_file, target_out)