Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_generator.cc80 std::unique_ptr<chromeos_update_engine::OperationsGenerator> strategy) in PartitionProcessor() argument
88 strategy_(std::move(strategy)) {} in PartitionProcessor()
207 unique_ptr<OperationsGenerator> strategy; in GenerateUpdatePayloadFile() local
212 strategy.reset(new ABGenerator()); in GenerateUpdatePayloadFile()
216 strategy.reset(new FullUpdateGenerator()); in GenerateUpdatePayloadFile()
227 std::move(strategy))); in GenerateUpdatePayloadFile()
Dpayload_properties_unittest.cc81 unique_ptr<OperationsGenerator> strategy(new FullUpdateGenerator()); in SetUp() local
88 EXPECT_TRUE(strategy->GenerateOperations( in SetUp()
/system/apex/
DAndroid.bp31 // TODO(b/178585590): delete this after testing linking strategy
/system/libsysprop/srcs/android/sysprop/
DTelephonyProperties.sysprop388 # false - Use the default audio routing strategy.
390 # or Earpiece, based on the default audio routing strategy.
/system/update_engine/
DREADME.md610 git merge --no-ff --strategy=recursive -X patience cros/upstream