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

  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 176 hasher_.reset(new HashCalculator());
211 if (!hasher_->Update(buffer_.data(), bytes_read)) {
242 if (!hasher_->Finalize()) {
248 LOG(INFO) << "Hash of " << partition.name << ": " << hasher_->hash();
252 partition.source_hash = hasher_->raw_hash();
256 if (partition.target_hash != hasher_->raw_hash()) {
273 if (partition.source_hash != hasher_->raw_hash()) {
282 hasher_.reset();
filesystem_verifier_action.h 118 std::unique_ptr<HashCalculator> hasher_; member in class:chromeos_update_engine::FilesystemVerifierAction

Completed in 3432 milliseconds