Home
last modified time | relevance | path

Searched refs:VerifyBlocks (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_verify.h76 bool VerifyBlocks(const std::string& partition_name, const std::string& dm_block_device,
Dsnapuserd_verify.cpp98 bool UpdateVerify::VerifyBlocks(const std::string& partition_name, in VerifyBlocks() function in android::snapshot::UpdateVerify
203 threads.emplace_back(std::async(std::launch::async, &UpdateVerify::VerifyBlocks, this, in VerifyPartition()