Searched refs:CreateCowEstimator (Results 1 – 4 of 4) sorted by relevance
38 using android::snapshot::CreateCowEstimator;217 auto cow_writer = CreateCowEstimator(cow_version, options); in EstimateCowSizeInfo()
158 std::unique_ptr<ICowWriter> CreateCowEstimator(uint32_t version, const CowOptions& options);
175 std::unique_ptr<ICowWriter> CreateCowEstimator(uint32_t version, const CowOptions& options) { in CreateCowEstimator() function
740 auto estimator = android::snapshot::CreateCowEstimator(3, options); in TEST_F()