Searched refs:in_file (Results 1 – 5 of 5) sorted by relevance
/build/make/tools/releasetools/ |
D | sign_target_files_apks.py | 393 with gzip.open(unsigned.name, "rb") as in_file, \ 395 shutil.copyfileobj(in_file, out_file) 433 with open(signed.name, "rb") as in_file, \ 435 shutil.copyfileobj(in_file, out_file)
|
D | sign_target_files_apks | 393 with gzip.open(unsigned.name, "rb") as in_file, \ 395 shutil.copyfileobj(in_file, out_file) 433 with open(signed.name, "rb") as in_file, \ 435 shutil.copyfileobj(in_file, out_file)
|
D | ota_from_target_files | 348 def Sign(self, in_file): argument 351 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file]
|
D | ota_from_target_files.py | 348 def Sign(self, in_file): argument 351 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file]
|
D | common.py | 1549 with gzip.open(in_filename, "rb") as in_file, \ 1551 shutil.copyfileobj(in_file, out_file)
|