Searched refs:RawHashOfFile (Results 1 – 9 of 9) 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 | 95 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in LoadFromPayload() 101 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in LoadFromPayload()
|
D | payload_file.cc | 241 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in WritePayload()
|
D | generate_delta_main.cc | 194 HashCalculator::RawHashOfFile(payload_file, payload.size, &payload.hash); in ApplyPayload()
|
/system/update_engine/payload_consumer/ |
D | partition_update_generator_android.cc | 164 if (HashCalculator::RawHashOfFile(block_device, partition_size, &raw_hash) != in CalculateHashForPartition()
|
D | filesystem_verifier_action_unittest.cc | 125 HashCalculator::RawHashOfFile(source_part_.path(), &part.source_hash)); in AddFakePartition() 127 HashCalculator::RawHashOfFile(target_part_.path(), &part.target_hash)); in AddFakePartition() 175 ASSERT_TRUE(HashCalculator::RawHashOfFile(target_part_.path(), in SetHashWithVerity()
|
D | delta_performer_integration_test.cc | 819 HashCalculator::RawHashOfFile( in ApplyDeltaFile() 944 HashCalculator::RawHashOfFile( in VerifyPayloadResult()
|