Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Dutil.h61 bool SetBlockDeviceReadOnly(const std::string& blockdev);
Dutil.cpp115 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly() function
Davb_util.cpp122 SetBlockDeviceReadOnly(fstab_entry->blk_device); in HashtreeDmVeritySetup()
/system/update_engine/payload_consumer/
Dverity_writer_android.cc45 utils::SetBlockDeviceReadOnly(partition_->target_path, false); in Init()
Dpostinstall_runner_action.cc157 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in PerformPartitionPostinstall()
Ddelta_performer.cc122 utils::SetBlockDeviceReadOnly(path, read_only); in OpenFile()
/system/update_engine/common/
Dutils.h175 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
Dutils.cc622 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly() function