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

  /external/skia/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 25 def hash_file(filepath): function
87 sha1_hash = hash_file(filepath)
  /external/skqp/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 25 def hash_file(filepath): function
87 sha1_hash = hash_file(filepath)
  /external/autotest/client/cros/
verity_utils.py 85 for attr in ['mountpoint', 'device', 'loop', 'file', 'hash_file']:
107 if self.hash_file is not None:
108 os.remove(self.hash_file)
109 self.hash_file = None
116 self.hash_file = None
149 self.hash_file))
157 f.write(utils.read_file(self.hash_file))
193 self.hash_file = os.tempnam(tmpdir, '%s.hash.' % self.target_name)
  /external/autotest/client/site_tests/platform_DMVerityCorruption/
platform_DMVerityCorruption.py 39 hash_blocks = (os.path.getsize(self.verity.hash_file) /
  /external/autotest/client/site_tests/platform_DMVerityBitCorruption/
platform_DMVerityBitCorruption.py 59 hash_blocks = (os.path.getsize(self.verity.hash_file) /
  /external/pdfium/testing/tools/
gold.py 260 hash_file = os.path.join(testDir, "ignore_hashes.txt") variable in class:GoldResults
261 with open(hash_file, 'wb') as f:
264 gr = GoldResults("pdfium", testDir, propStr, keyStr, hash_file)
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 243 string hash_file; local
244 ASSERT_TRUE(utils::MakeTempFile("hash.XXXXXX", &hash_file, nullptr));
245 ScopedPathUnlinker hash_unlinker(hash_file);
260 hash_file.c_str())));
264 ASSERT_TRUE(utils::ReadFile(hash_file, &hash));
    [all...]

Completed in 410 milliseconds