Searched defs:blockdev (Results 1 – 10 of 10) sorted by relevance
39 static std::string PartitionParent(const std::string& blockdev) { in PartitionParent()93 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth() local
795 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro()
74 def get_udev_info(blockdev, method='udev', host=None): argument286 def get_device_info(blockdev, lsusb_info, host=None): argument
76 std::string GetDiskPart(std::string blockdev) { in GetDiskPart()92 std::string GetRootDisk(std::string blockdev) { in GetRootDisk()
124 static Result<std::string> PartitionParent(const std::string& blockdev) { in PartitionParent()168 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth() local
119 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly()
87 const auto& blockdev = tokens[0]; in ParseFstab() local
1304 char * blockdev = buf; in logTetheringApexVersion() local1326 char * blockdev = buf; in logTetheringApexVersion() local
305 const std::string& key, const std::string& blockdev, uint64_t start_sector) in DmTargetDefaultKey()
830 struct blockdev_data blockdev; member