summaryrefslogtreecommitdiff
path: root/common/dynamic_partition_control_interface.h
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2021-05-05 09:17:46 -0400
committerKelvin Zhang <zhangkelvin@google.com>2021-05-05 10:48:19 -0400
commita9b5d8c8eec4534c3433466fc6766ede675d16ce (patch)
tree79e31fe651fa0bdd904636552a7656ff5b47d232 /common/dynamic_partition_control_interface.h
parent3632df977f9d2c457f5524d847669318058b3fa3 (diff)
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
Diffstat (limited to 'common/dynamic_partition_control_interface.h')
-rw-r--r--common/dynamic_partition_control_interface.h2
1 files changed, 1 insertions, 1 deletions
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;
};