Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dcow_size_estimator.cc38 using android::snapshot::CreateCowEstimator;
217 auto cow_writer = CreateCowEstimator(cow_version, options); in EstimateCowSizeInfo()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dcow_writer.h158 std::unique_ptr<ICowWriter> CreateCowEstimator(uint32_t version, const CowOptions& options);
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_format.cpp175 std::unique_ptr<ICowWriter> CreateCowEstimator(uint32_t version, const CowOptions& options) { in CreateCowEstimator() function
Dtest_v3.cpp740 auto estimator = android::snapshot::CreateCowEstimator(3, options); in TEST_F()