Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhash_calculator.h83 static off_t RawHashOfFile(const std::string& name, off_t length,
Dhash_calculator.cc104 off_t HashCalculator::RawHashOfFile(const string& name, off_t length, in RawHashOfFile() function in chromeos_update_engine::HashCalculator
Dhash_calculator_unittest.cc150 EXPECT_EQ(2, HashCalculator::RawHashOfFile(data_path, in TEST_F()
/system/update_engine/payload_generator/
Dpayload_file.cc229 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile(payload_file, in WritePayload()
Dpayload_signer.cc542 HashCalculator::RawHashOfFile(payload_path, file_size, &file_hash) == in ExtractPayloadProperties()
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc756 HashCalculator::RawHashOfFile( in ApplyDeltaFile()
903 HashCalculator::RawHashOfFile(state->b_img, in VerifyPayloadResult()