Searched refs:source_file (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | ota_from_target_files.py | 398 def Generate(self, target_file, source_file=None, additional_args=None): argument 415 if source_file is not None: 416 cmd.extend(["--source_image", source_file]) 1043 def GenerateAbOtaPackage(target_file, output_file, source_file=None): argument 1054 if source_file is not None: 1122 if SupportsMainlineGkiUpdates(source_file): 1129 source_file, 1470 source_file=OPTIONS.incremental_source) 1476 source_file=OPTIONS.incremental_source)
|
D | non_ab_ota.py | 546 def GenerateNonAbOtaPackage(target_file, output_file, source_file=None): argument 587 if source_file is None: 599 zipfile.ZipFile(source_file) as source_zip:
|
D | test_ota_from_target_files.py | 1198 source_file = construct_target_files() 1200 payload.Generate(target_file, source_file) 1216 source_file = construct_target_files() 1221 target_file, additional_args=["--source_image", source_file])
|