Searched defs:strategy (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_generator.cc93 // Select payload generation strategy based on the config.
94 unique_ptr<OperationsGenerator> strategy; local
99 strategy.reset(new InplaceGenerator());
102 strategy.reset(new ABGenerator());
106 strategy.reset(new FullUpdateGenerator());
110 // Generate the operations using the strategy we selected above.
111 TEST_AND_RETURN_FALSE(strategy->GenerateOperations(config,

Completed in 31 milliseconds