Searched refs:UpdateVerify (Results 1 – 4 of 4) sorted by relevance
| /system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
| D | snapuserd_verify.cpp | 35 UpdateVerify::UpdateVerify(const std::string& misc_name, uint32_t verify_block_size, in UpdateVerify() function in android::snapshot::UpdateVerify 42 bool UpdateVerify::CheckPartitionVerification() { in CheckPartitionVerification() 58 void UpdateVerify::UpdatePartitionVerificationState(UpdateVerifyState state) { in UpdatePartitionVerificationState() 66 void UpdateVerify::VerifyUpdatePartition() { in VerifyUpdatePartition() 104 bool UpdateVerify::VerifyBlocks(const std::string& partition_name, in VerifyBlocks() 218 bool UpdateVerify::VerifyPartition(const std::string& partition_name, in VerifyPartition() 267 threads.emplace_back(std::async(std::launch::async, &UpdateVerify::VerifyBlocks, this, in VerifyPartition()
|
| D | snapuserd_verify.h | 35 class UpdateVerify { 37 UpdateVerify(const std::string& misc_name, uint32_t verify_block_size,
|
| D | snapuserd_core.h | 253 std::unique_ptr<UpdateVerify> update_verify_;
|
| D | snapuserd_core.cpp | 70 update_verify_ = std::make_unique<UpdateVerify>(misc_name_, handler_options_.verify_block_size, in InitializeWorkers()
|