Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dtest_v3.cpp740 auto estimator = android::snapshot::CreateCowEstimator(3, options); in TEST_F() local
741 ASSERT_TRUE(estimator->AddZeroBlocks(0, 1024 * 1024)); in TEST_F()
742 const auto cow_size = estimator->GetCowSizeInfo().cow_size; in TEST_F()