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.cc34 if (dynamic_control && dynamic_control->UpdateUsesSnapshotCompression() && in CreatePartitionWriter()
Dfilesystem_verifier_action.cc122 if (dynamic_control_->UpdateUsesSnapshotCompression() && in PerformAction()
142 dynamic_control_->UpdateUsesSnapshotCompression()) { in Cleanup()
229 if (dynamic_control_->UpdateUsesSnapshotCompression()) { in WriteVerityData()
438 return dynamic_control_->UpdateUsesSnapshotCompression() && in IsVABC()
Dfilesystem_verifier_action_unittest.cc211 ON_CALL(*dynamic_control, UpdateUsesSnapshotCompression()) in EnableVABC()
574 EXPECT_CALL(dynamic_control, UpdateUsesSnapshotCompression()) in DoTestVABC()
Dpostinstall_runner_action.cc115 if (dynamic_control->UpdateUsesSnapshotCompression()) { in PerformAction()
/system/update_engine/common/
Dmock_dynamic_partition_control.h99 MOCK_METHOD(bool, UpdateUsesSnapshotCompression, (), (override));
Ddynamic_partition_control_stub.h83 bool UpdateUsesSnapshotCompression() override;
Ddynamic_partition_control_stub.cc125 bool DynamicPartitionControlStub::UpdateUsesSnapshotCompression() { in UpdateUsesSnapshotCompression() function in chromeos_update_engine::DynamicPartitionControlStub
Ddynamic_partition_control_interface.h197 virtual bool UpdateUsesSnapshotCompression() = 0;
/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h117 MOCK_METHOD(bool, UpdateUsesSnapshotCompression, (), (override));
Dmetrics_reporter_android.cc133 dynamic_partition_control_->UpdateUsesSnapshotCompression(); in ReportUpdateAttemptMetrics()
Ddynamic_partition_control_android.h120 bool UpdateUsesSnapshotCompression() override;
Ddynamic_partition_control_android_unittest.cc62 ON_CALL(dynamicControl(), UpdateUsesSnapshotCompression()) in SetUp()
404 ON_CALL(dynamicControl(), UpdateUsesSnapshotCompression()) in TEST_P()
445 ON_CALL(dynamicControl(), UpdateUsesSnapshotCompression()) in TEST_P()
Ddynamic_partition_control_android.cc1146 if (UpdateUsesSnapshotCompression() && slot != current_slot && in GetPartitionDevice()
1509 bool DynamicPartitionControlAndroid::UpdateUsesSnapshotCompression() { in UpdateUsesSnapshotCompression() function in chromeos_update_engine::DynamicPartitionControlAndroid