Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_verify.cpp33 UpdateVerify::UpdateVerify(const std::string& misc_name) in UpdateVerify() function in android::snapshot::UpdateVerify
36 bool UpdateVerify::CheckPartitionVerification() { in CheckPartitionVerification()
52 void UpdateVerify::UpdatePartitionVerificationState(UpdateVerifyState state) { in UpdatePartitionVerificationState()
60 void UpdateVerify::VerifyUpdatePartition() { in VerifyUpdatePartition()
98 bool UpdateVerify::VerifyBlocks(const std::string& partition_name, in VerifyBlocks()
148 bool UpdateVerify::VerifyPartition(const std::string& partition_name, in VerifyPartition()
203 threads.emplace_back(std::async(std::launch::async, &UpdateVerify::VerifyBlocks, this, in VerifyPartition()
Dsnapuserd_verify.h33 class UpdateVerify {
35 UpdateVerify(const std::string& misc_name);
Dsnapuserd_core.h251 std::unique_ptr<UpdateVerify> update_verify_;
Dsnapuserd_core.cpp70 update_verify_ = std::make_unique<UpdateVerify>(misc_name_); in InitializeWorkers()