Home
last modified time | relevance | path

Searched refs:xor_enabled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/update_engine/payload_generator/
H A Dcow_size_estimator.cc62 const bool xor_enabled) { in CowDryRun() argument
85 if (xor_enabled) { in CowDryRun()
209 const bool xor_enabled, in EstimateCowSizeInfo() argument
227 xor_enabled)); in EstimateCowSizeInfo()
H A Dcow_size_estimator.h41 bool xor_enabled,
56 bool xor_enabled);
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dvabc_partition_writer_unittest.cc60 void AddBlockTest(bool xor_enabled);
147 void VABCPartitionWriterTest::AddBlockTest(bool xor_enabled) { in AddBlockTest() argument
148 if (xor_enabled) { in AddBlockTest()
173 .WillOnce(Invoke([xor_enabled](const std::string&, in AddBlockTest()
179 if (xor_enabled) { in AddBlockTest()