Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py207 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument
276 if target_out:
277 build_command.extend(["-D", target_out])
288 if target_out:
289 build_command.extend(["-d", target_out])
482 target_out = argv[3]
508 if not BuildImage(in_dir, image_properties, out_file, target_out):
/build/tools/
Dmktarball.sh20 target_out=`readlink -f $6`
33 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f} ${target_out}`