Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dsign_target_files_apks436 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)
Dota_from_target_files.py363 def Sign(self, in_file): argument
366 cmd = [self.signer] + self.signer_args + ['-in', in_file, '-out', out_file]
Dcommon.py1932 with gzip.open(in_filename, "rb") as in_file, \
1934 shutil.copyfileobj(in_file, out_file)