Home
last modified time | relevance | path

Searched defs:blockdev (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/fs_mgr/
H A Dblockdev.cpp40 static std::string PartitionParent(const std::string& blockdev) { in PartitionParent()
94 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth() local
H A Dfs_mgr.cpp764 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro()
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp118 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly()
/aosp12/bootable/recovery/updater/
H A Dtarget_files.cpp87 const auto& blockdev = tokens[0]; in ParseFstab() local
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h286 const std::string& key, const std::string& blockdev, uint64_t start_sector) in DmTargetDefaultKey()