Home
last modified time | relevance | path

Searched refs:RawHashOfFile (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/common/
Dhash_calculator.h75 static off_t RawHashOfFile(const std::string& name,
Dhash_calculator.cc98 off_t HashCalculator::RawHashOfFile(const string& name, in RawHashOfFile() function in chromeos_update_engine::HashCalculator
Dhash_calculator_unittest.cc137 2, HashCalculator::RawHashOfFile(data_file.path(), length, &raw_hash)); in TEST_F()
/system/update_engine/payload_generator/
Dpayload_signer.cc454 HashCalculator::RawHashOfFile(payload_path, file_size, &file_hash) == in ExtractPayloadProperties()
457 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in ExtractPayloadProperties()
Dpayload_file.cc255 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile( in WritePayload()
Dgenerate_delta_main.cc216 HashCalculator::RawHashOfFile(payload_file, payload.size, &payload.hash); in ApplyPayload()
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc736 HashCalculator::RawHashOfFile( in ApplyDeltaFile()
874 HashCalculator::RawHashOfFile( in VerifyPayloadResult()