Home
last modified time | relevance | path

Searched refs:UpdateUsesSnapshotCompression (Results 1 – 13 of 13) sorted by relevance

/system/update_engine/payload_consumer/
Dpartition_writer_factory_android.cc33 if (dynamic_control && dynamic_control->UpdateUsesSnapshotCompression() && in CreatePartitionWriter()
Dfilesystem_verifier_action.cc118 dynamic_control_->UpdateUsesSnapshotCompression()) { in Cleanup()
215 if (dynamic_control_->UpdateUsesSnapshotCompression()) { in WriteVerityAndHashPartition()
388 return dynamic_control_->UpdateUsesSnapshotCompression() && in IsVABC()
Dpostinstall_runner_action.cc79 if (dynamic_control->UpdateUsesSnapshotCompression()) { in PerformAction()
Dfilesystem_verifier_action_unittest.cc212 ON_CALL(*dynamic_control, UpdateUsesSnapshotCompression()) in EnableVABC()
575 EXPECT_CALL(dynamic_control, UpdateUsesSnapshotCompression()) in DoTestVABC()
/system/update_engine/common/
Ddynamic_partition_control_stub.cc114 bool DynamicPartitionControlStub::UpdateUsesSnapshotCompression() { in UpdateUsesSnapshotCompression() function in chromeos_update_engine::DynamicPartitionControlStub
Dmock_dynamic_partition_control.h86 MOCK_METHOD(bool, UpdateUsesSnapshotCompression, (), (override));
Ddynamic_partition_control_stub.h78 bool UpdateUsesSnapshotCompression() override;
Ddynamic_partition_control_interface.h191 virtual bool UpdateUsesSnapshotCompression() = 0;
/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h109 MOCK_METHOD(bool, UpdateUsesSnapshotCompression, (), (override));
Dmetrics_reporter_android.cc133 dynamic_partition_control_->UpdateUsesSnapshotCompression(); in ReportUpdateAttemptMetrics()
Ddynamic_partition_control_android.h115 bool UpdateUsesSnapshotCompression() override;
Ddynamic_partition_control_android_unittest.cc62 ON_CALL(dynamicControl(), UpdateUsesSnapshotCompression()) in SetUp()
403 ON_CALL(dynamicControl(), UpdateUsesSnapshotCompression()) in TEST_P()
444 ON_CALL(dynamicControl(), UpdateUsesSnapshotCompression()) in TEST_P()
Ddynamic_partition_control_android.cc1116 if (UpdateUsesSnapshotCompression() && slot != current_slot && in GetPartitionDevice()
1472 bool DynamicPartitionControlAndroid::UpdateUsesSnapshotCompression() { in UpdateUsesSnapshotCompression() function in chromeos_update_engine::DynamicPartitionControlAndroid