From a9b5d8c8eec4534c3433466fc6766ede675d16ce Mon Sep 17 00:00:00 2001 From: Kelvin Zhang Date: Wed, 5 May 2021 09:17:46 -0400 Subject: Rename postinstall_mount_device to readonly_target_path When postinstall_mount_device is initially introduced, it's only intended to be used by postinstall action, hence the name. Now we plan to use it for fs verification purpose as well, rename for better clarity. Test: th Change-Id: Iff996f2f513bb44694e39d758a69851793b9a565 --- common/dynamic_partition_control_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/dynamic_partition_control_interface.h') diff --git a/common/dynamic_partition_control_interface.h b/common/dynamic_partition_control_interface.h index d5e1d8d2..a5be6e1a 100644 --- a/common/dynamic_partition_control_interface.h +++ b/common/dynamic_partition_control_interface.h @@ -39,7 +39,7 @@ namespace chromeos_update_engine { struct PartitionDevice { std::string rw_device_path; - std::string mountable_device_path; + std::string readonly_device_path; bool is_dynamic; }; -- cgit v1.2.3