Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dverity_utils.py108 if self.hash_file is not None:
109 os.remove(self.hash_file)
110 self.hash_file = None
117 self.hash_file = None
147 self.hash_file))
155 f.write(utils.read_file(self.hash_file))
191 self.hash_file = os.tempnam(tmpdir, '%s.hash.' % self.target_name)
/external/libchrome/build/
Dfind_isolated_tests.py26 def hash_file(filepath): function
67 sha1_hash = hash_file(filepath)
/external/pdfium/testing/tools/
Dgold.py268 hash_file = os.path.join(test_dir, 'ignore_hashes.txt')
269 with open(hash_file, 'wb') as f:
273 gr = GoldResults('pdfium', output_dir, prop_str, key_str, hash_file)
/external/angle/scripts/
Drun_code_generation.py200 with open(hash_fname) as hash_file:
202 hashes[file] = json.load(hash_file)
/external/openssh/
Dsshsig.c490 hash_file(int fd, const char *hashalg, struct sshbuf **bp) in hash_file() function
572 if ((r = hash_file(fd, hashalg, &b)) != 0) { in sshsig_sign_fd()
602 if ((r = hash_file(fd, hashalg, &b)) != 0) { in sshsig_verify_fd()