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.cc151 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in PerformPartitionPostinstall()
Ddelta_performer.cc116 utils::SetBlockDeviceReadOnly(path, (mode & O_ACCMODE) == O_RDONLY); in OpenFile()
/system/update_engine/common/
Dutils.h182 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
Dutils.cc634 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly() function