Searched refs:in_file (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | sign_target_files_apks | 436 with gzip.open(unsigned.name, "rb") as in_file, \ 438 shutil.copyfileobj(in_file, out_file) 476 with open(signed.name, "rb") as in_file, \ 478 shutil.copyfileobj(in_file, out_file)
|
D | ota_from_target_files.py | 363 def Sign(self, in_file): argument 366 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file]
|
D | common.py | 1932 with gzip.open(in_filename, "rb") as in_file, \ 1934 shutil.copyfileobj(in_file, out_file)
|