Searched refs:RawHashOfFile (Results 1 – 6 of 6) sorted by relevance
/system/update_engine/common/ |
D | hash_calculator.h | 83 static off_t RawHashOfFile(const std::string& name, off_t length,
|
D | hash_calculator.cc | 104 off_t HashCalculator::RawHashOfFile(const string& name, off_t length, in RawHashOfFile() function in chromeos_update_engine::HashCalculator
|
D | hash_calculator_unittest.cc | 150 EXPECT_EQ(2, HashCalculator::RawHashOfFile(data_path, in TEST_F()
|
/system/update_engine/payload_generator/ |
D | payload_file.cc | 229 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile(payload_file, in WritePayload()
|
D | payload_signer.cc | 542 HashCalculator::RawHashOfFile(payload_path, file_size, &file_hash) == in ExtractPayloadProperties()
|
/system/update_engine/payload_consumer/ |
D | delta_performer_integration_test.cc | 756 HashCalculator::RawHashOfFile( in ApplyDeltaFile() 903 HashCalculator::RawHashOfFile(state->b_img, in VerifyPayloadResult()
|