Home
last modified time | relevance | path

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

/external/r8/tools/
Dupload_to_x20.py43 sha1_file = '%s.sha1' % filename
44 with open(sha1_file, 'w') as output:
46 print 'Sha (%s) written to: %s' % (sha1, sha1_file)
Ddownload_from_x20.py37 sha1_file = args[0]
38 dest = sha1_file[:-5]
40 with open(sha1_file, 'r') as input_sha:
Dutils.py32 def DownloadFromGoogleCloudStorage(sha1_file, bucket='r8-deps'): argument
36 sha1_file]