Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc156 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in PerformPartitionPostinstall()
Ddelta_performer.cc121 utils::SetBlockDeviceReadOnly(path, read_only); in OpenFile()
/system/update_engine/common/
Dutils.h182 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
Dutils.cc633 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly() function