Home
last modified time | relevance | path

Searched refs:UpdateVerify (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_verify.cpp30 UpdateVerify::UpdateVerify(const std::string& misc_name) in UpdateVerify() function in android::snapshot::UpdateVerify
33 bool UpdateVerify::CheckPartitionVerification() { in CheckPartitionVerification()
49 void UpdateVerify::UpdatePartitionVerificationState(UpdateVerifyState state) { in UpdatePartitionVerificationState()
57 void UpdateVerify::VerifyUpdatePartition() { in VerifyUpdatePartition()
95 bool UpdateVerify::VerifyBlocks(const std::string& partition_name, in VerifyBlocks()
143 bool UpdateVerify::VerifyPartition(const std::string& partition_name, in VerifyPartition()
194 threads.emplace_back(std::async(std::launch::async, &UpdateVerify::VerifyBlocks, this, in VerifyPartition()
H A Dsnapuserd_core.h175 class UpdateVerify {
177 UpdateVerify(const std::string& misc_name);
449 std::unique_ptr<UpdateVerify> update_verify_;
H A Dsnapuserd_core.cpp66 update_verify_ = std::make_unique<UpdateVerify>(misc_name_); in InitializeWorkers()