Searched refs:file_hash (Results 1 - 7 of 7) sorted by relevance
/external/fio/ |
H A D | filehash.c | 14 static struct flist_head *file_hash; variable in typeref:struct:flist_head 49 struct flist_head *bucket = &file_hash[hash(name)]; 91 flist_add_tail(&f->hash_list, &file_hash[hash(f->file_name)]); 104 has_entries += !flist_empty(&file_hash[i]); 110 file_hash = NULL; 119 file_hash = ptr; 121 INIT_FLIST_HEAD(&file_hash[i]);
|
/external/chromium-trace/catapult/telemetry/ |
H A D | cloud_storage | 57 file_hash = cloud_storage.ReadHash(hash_path) 60 if bucket in bucket_contents and file_hash in bucket_contents[bucket]: 138 file_hash = cloud_storage.ReadHash(file_path + '.sha1') 139 cloud_storage.Move(buckets.pop(), args.bucket, file_hash) 143 cloud_storage.Delete(bucket, file_hash) 156 file_hash = cloud_storage.ReadHash(file_path + '.sha1') 158 cloud_storage.Delete(bucket, file_hash) 179 file_hash = cloud_storage.CalculateHash(file_path) 184 f.write(file_hash) 188 cloud_storage.Insert(args.bucket, file_hash, file_pat [all...] |
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
H A D | cloud_storage_info_unittest.py | 132 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): 133 del cs_path, bucket, file_hash 156 def _GetIfHashChangedMock(cs_path, download_path, bucket, file_hash): 157 del cs_path, bucket, file_hash
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
H A D | html.py | 167 def file_hash(self, source, fr): member in class:HtmlReporter 180 this_hash = self.file_hash(source.encode('utf-8'), fr) 181 that_hash = self.status.file_hash(rootname) 401 def file_hash(self, fname): member in class:HtmlStatus
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | cloud_storage.py | 314 def GetIfHashChanged(cs_path, download_path, bucket, file_hash): 316 it's hash doesn't match |file_hash|. 327 CalculateHash(download_path) == file_hash):
|
/external/autotest/client/bin/ |
H A D | base_utils.py | 163 file_hash = None 165 while not file_hash == expected_hash: 167 file_hash = hash_file(file_local_path, method) 168 if file_hash == expected_hash:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
H A D | upload-diffs.py | 1361 def GetFileContent(self, file_hash, is_binary): 1363 data, retcode = RunShellWithReturnCode(["git", "show", file_hash], 1366 ErrorExit("Got error status from 'git show %s'" % file_hash)
|
Completed in 735 milliseconds