Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Dutil.h67 bool SetBlockDeviceReadOnly(const std::string& blockdev);
Dutil.cpp118 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly() function
Davb_util.cpp122 SetBlockDeviceReadOnly(fstab_entry->blk_device); in HashtreeDmVeritySetup()
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc188 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in PerformPartitionPostinstall()
Dfilesystem_verifier_action.cc189 if (!utils::SetBlockDeviceReadOnly(part_path, !write_verity)) { in InitializeFd()
Dpartition_writer.cc95 utils::SetBlockDeviceReadOnly(path, read_only); in OpenFile()
/system/update_engine/common/
Dutils.h182 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
Dutils.cc527 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly() function
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc590 ignore_result(utils::SetBlockDeviceReadOnly(path_, false /* readonly */)); in Erase()