HomeSort by relevance Sort by last modified time
    Searched refs:file_hash (Results 1 - 9 of 9) sorted by null

  /external/fio/
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/
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_path
    [all...]
  /build/tools/
generate-notice-files.py 93 def combine_notice_files_html(file_hash, input_dir, output_filename):
94 """Combine notice files in FILE_HASH and output a HTML version to OUTPUT_FILENAME."""
102 for value in file_hash:
119 sorted_filenames = sorted(itertools.chain.from_iterable(file_hash))
130 for value in file_hash:
151 def combine_notice_files_text(file_hash, input_dir, output_filename, file_title):
152 """Combine notice files in FILE_HASH and output a text version to OUTPUT_FILENAME."""
157 for value in file_hash:
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
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/
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/catapult_base/catapult_base/
cloud_storage.py 292 def GetIfHashChanged(cs_path, download_path, bucket, file_hash):
294 it's hash doesn't match |file_hash|.
305 CalculateHash(download_path) == file_hash):
  /system/update_engine/payload_generator/
payload_signer.cc 540 brillo::Blob file_hash, metadata_hash; local
542 HashCalculator::RawHashOfFile(payload_path, file_size, &file_hash) ==
548 brillo::data_encoding::Base64Encode(file_hash));
  /external/autotest/client/bin/
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/
upload-diffs.py     [all...]

Completed in 776 milliseconds