Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dbuild_image.py231 def BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config): argument
268 if target_out:
269 build_command.extend(["-D", target_out])
304 if target_out:
305 build_command.extend(["-d", target_out])
328 if target_out:
329 build_command.extend(["-D", target_out])
383 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument
434 BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
488 mkfs_output = BuildImageMkfs(in_dir, prop_dict, out_file, target_out, fs_config)
[all …]