Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc117 const string mountable_device = partition.target_path; in PerformPartitionPostinstall() local
118 if (mountable_device.empty()) { in PerformPartitionPostinstall()
164 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in PerformPartitionPostinstall()
166 1, "Error marking the device " + mountable_device + " read only."); in PerformPartitionPostinstall()
170 if (!utils::MountFilesystem(mountable_device, in PerformPartitionPostinstall()
176 1, "Error mounting the device " + mountable_device); in PerformPartitionPostinstall()
181 << " and mountable device " << mountable_device; in PerformPartitionPostinstall()