Searched refs:source_file (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files | 383 def Generate(self, target_file, source_file=None, additional_args=None): argument 400 if source_file is not None: 401 cmd.extend(["--source_image", source_file]) 1844 def GenerateAbOtaPackage(target_file, output_file, source_file=None): argument 1854 if source_file is not None: 1881 payload.Generate(target_file, source_file, additional_args) 1941 def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): argument 1982 if source_file is None: 1994 zipfile.ZipFile(source_file) as source_zip: 2237 source_file=OPTIONS.incremental_source) [all …]
|
D | ota_from_target_files.py | 383 def Generate(self, target_file, source_file=None, additional_args=None): argument 400 if source_file is not None: 401 cmd.extend(["--source_image", source_file]) 1844 def GenerateAbOtaPackage(target_file, output_file, source_file=None): argument 1854 if source_file is not None: 1881 payload.Generate(target_file, source_file, additional_args) 1941 def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): argument 1982 if source_file is None: 1994 zipfile.ZipFile(source_file) as source_zip: 2237 source_file=OPTIONS.incremental_source) [all …]
|
D | test_ota_from_target_files.py | 1176 source_file = construct_target_files() 1178 payload.Generate(target_file, source_file) 1194 source_file = construct_target_files() 1199 target_file, additional_args=["--source_image", source_file])
|