HomeSort by relevance Sort by last modified time
    Searched refs:RawHashOfFile (Results 1 - 6 of 6) sorted by null

  /system/update_engine/common/
hash_calculator.h 76 static off_t RawHashOfFile(const std::string& name, off_t length,
hash_calculator.cc 98 off_t HashCalculator::RawHashOfFile(const string& name, off_t length,
hash_calculator_unittest.cc 148 EXPECT_EQ(2, HashCalculator::RawHashOfFile(data_path,
  /system/update_engine/payload_generator/
payload_file.cc 229 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfFile(payload_file,
payload_signer.cc 542 HashCalculator::RawHashOfFile(payload_path, file_size, &file_hash) ==
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 757 HashCalculator::RawHashOfFile(
    [all...]

Completed in 104 milliseconds