Searched refs:RawHashOfFile (Results 1 – 11 of 11) sorted by relevance
/system/update_engine/common/ |
D | hash_calculator.h | 75 static off_t RawHashOfFile(const std::string& name, 78 static bool RawHashOfFile(const std::string& name, brillo::Blob* out_hash);
|
D | hash_calculator.cc | 98 bool HashCalculator::RawHashOfFile(const string& name, brillo::Blob* out_hash) { in RawHashOfFile() function in chromeos_update_engine::HashCalculator 100 return RawHashOfFile(name, file_size, out_hash) == file_size; in RawHashOfFile() 103 off_t HashCalculator::RawHashOfFile(const string& name, in RawHashOfFile() function in chromeos_update_engine::HashCalculator
|
D | hash_calculator_unittest.cc | 137 2, HashCalculator::RawHashOfFile(data_file.path(), length, &raw_hash)); in TEST_F()
|
/system/update_engine/payload_generator/ |
D | payload_properties.cc | 103 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in LoadFromPayload() 109 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in LoadFromPayload()
|
D | payload_file.cc | 264 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in WritePayload()
|
D | generate_delta_main.cc | 197 HashCalculator::RawHashOfFile(payload_file, payload.size, &payload.hash); in ApplyPayload()
|
/system/update_engine/aosp/ |
D | update_attempter_android_integration_test.cc | 277 HashCalculator::RawHashOfFile(new_part_.path(), &hash); in ApplyPayload() 286 HashCalculator::RawHashOfFile(old_part_.path(), &hash); in ApplyPayload() 304 HashCalculator::RawHashOfFile(payload_file_.path(), &hash); in ApplyPayload()
|
D | ota_extractor.cc | 186 HashCalculator::RawHashOfFile(output_path, &actual_hash)); in ExtractImagesFromOTA()
|
/system/update_engine/payload_consumer/ |
D | partition_update_generator_android.cc | 168 if (HashCalculator::RawHashOfFile(block_device, partition_size, &raw_hash) != in CalculateHashForPartition()
|
D | filesystem_verifier_action_unittest.cc | 124 HashCalculator::RawHashOfFile(source_part_.path(), &part.source_hash)); in AddFakePartition() 126 HashCalculator::RawHashOfFile(target_part_.path(), &part.target_hash)); in AddFakePartition() 174 ASSERT_TRUE(HashCalculator::RawHashOfFile(target_part_.path(), in SetHashWithVerity()
|
D | delta_performer_integration_test.cc | 812 HashCalculator::RawHashOfFile( in ApplyDeltaFile() 937 HashCalculator::RawHashOfFile( in VerifyPayloadResult()
|