Lines Matching refs:target_out
231 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument
266 if target_out:
267 build_command.extend(["-D", target_out])
299 if target_out:
300 build_command.extend(["-d", target_out])
321 if target_out:
322 build_command.extend(["-D", target_out])
372 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument
423 BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
477 mkfs_output = BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
746 target_out = argv[3]
781 BuildImage(in_dir, image_properties, out_file, target_out)