Searched refs:hash_path (Results 1 – 3 of 3) sorted by relevance
231 hash_path = file_path + '.sha1'234 self.CreateFiles([hash_path])258 hash_path = file_path + '.sha1'266 self.CreateFiles([file_path, hash_path])279 hash_path = file_path + '.sha1'287 self.CreateFiles([file_path, hash_path])311 hash_path = file_path + '.sha1'319 self.CreateFiles([file_path, hash_path])333 file_obj = self.fs.GetObject(hash_path)
420 hash_path = file_path + '.sha1'422 if not os.path.exists(hash_path):423 logger.warning('Hash file not found: %s', hash_path)426 expected_hash = ReadHash(hash_path)444 if last_binary_fetch_ts > os.path.getmtime(hash_path):500 def ReadHash(hash_path): argument501 with open(hash_path, 'rb') as f:
38 def hash_path(path): function65 actual_sha1 = hash_path(os.path.join(ROOT_DIR, path))128 'script_hash': hash_path(__file__),130 'source_hash': hash_path(os.path.join(source)),