Searched refs:estimator (Results 1 – 1 of 1) sorted by relevance
740 auto estimator = android::snapshot::CreateCowEstimator(3, options); in TEST_F() local741 ASSERT_TRUE(estimator->AddZeroBlocks(0, 1024 * 1024)); in TEST_F()742 const auto cow_size = estimator->GetCowSizeInfo().cow_size; in TEST_F()