Searched refs:target_out (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | build_image.py | 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 [all …]
|