Searched refs:out_file (Results 1 – 1 of 1) sorted by relevance
/build/tools/releasetools/ |
D | build_image.py | 157 def MakeVerityEnabledImage(out_file, prop_dict): argument 185 if not BuildVerityTree(out_file, verity_image_path, prop_dict): 198 if not BuildVerifiedImage(out_file, 207 def BuildImage(in_dir, prop_dict, out_file, target_out=None): argument 267 build_command.extend([in_dir, out_file, fs_type, 285 build_command.extend([in_dir, out_file]) 298 build_command.extend([out_file, prop_dict["partition_size"]]) 304 build_command.append(out_file) 363 image_size = os.stat(out_file).st_size 377 if not MakeVerityEnabledImage(out_file, prop_dict): [all …]
|