Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py151 def MakeVerityEnabledImage(out_file, prop_dict): argument
174 if not BuildVerityTree(out_file, verity_image_path, prop_dict):
192 if not BuildVerifiedImage(out_file,
201 def BuildImage(in_dir, prop_dict, out_file, argument
240 build_command.extend([in_dir, out_file, fs_type,
257 build_command.extend([out_file, prop_dict["partition_size"]])
263 build_command.append(out_file)
274 if not MakeVerityEnabledImage(out_file, prop_dict):
278 success, unsparse_image = UnsparseImage(out_file, replace=False)
368 out_file = argv[2]
[all …]