Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dverified_source_fd.cc72 utils::SetBlockDeviceReadOnly(source_path_, false); in WriteBackCorrectedSourceBlocks()
74 utils::SetBlockDeviceReadOnly(source_path_, true); in WriteBackCorrectedSourceBlocks()
Dpartition_writer.cc94 utils::SetBlockDeviceReadOnly(path, read_only); in OpenFile()
Dpostinstall_runner_action.cc188 if (!utils::SetBlockDeviceReadOnly(mountable_device, true)) { in MountPartition()
Dfilesystem_verifier_action.cc213 if (!utils::SetBlockDeviceReadOnly(part_path, !write_verity)) { in InitializeFd()
/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.cpp112 SetBlockDeviceReadOnly(fstab_entry->blk_device); in HashtreeDmVeritySetup()
/system/update_engine/common/
Dutils.h211 bool SetBlockDeviceReadOnly(const std::string& device, bool read_only);
Dutils.cc630 bool SetBlockDeviceReadOnly(const string& device, bool read_only) { in SetBlockDeviceReadOnly() function
/system/update_engine/aosp/
Ddynamic_partition_control_android.cc619 ignore_result(utils::SetBlockDeviceReadOnly(path_, false /* readonly */)); in Erase()