Searched refs:SetBlockDeviceReadOnly (Results 1 – 4 of 4) sorted by relevance
156 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in PerformPartitionPostinstall()
121 utils::SetBlockDeviceReadOnly(path, read_only); in OpenFile()
182 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
633 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly() function