Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dsign_target_files_apks.py393 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)
Dsign_target_files_apks393 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)
Dota_from_target_files348 def Sign(self, in_file): argument
351 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file]
Dota_from_target_files.py348 def Sign(self, in_file): argument
351 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file]
Dcommon.py1549 with gzip.open(in_filename, "rb") as in_file, \
1551 shutil.copyfileobj(in_file, out_file)