Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dbuild_image.py231 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)
[all …]
/build/make/tools/
Dmktarball.sh20 target_out=`readlink -f $6`
33 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f} ${target_out}`