Searched refs:blockdev (Results 1 – 7 of 7) sorted by relevance
118 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly() argument119 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(blockdev.c_str(), O_RDONLY | O_CLOEXEC))); in SetBlockDeviceReadOnly()
67 bool SetBlockDeviceReadOnly(const std::string& blockdev);
91 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly = true);
733 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro() argument734 unique_fd fd(TEMP_FAILURE_RETRY(open(blockdev.c_str(), O_RDONLY | O_CLOEXEC))); in fs_mgr_set_blk_ro()
101 toybox: acpi basename blockdev bzcat cal cat chcon chgrp chmod chown121 toybox: acpi base64 basename blockdev bzcat cal cat chcon chgrp chmod143 toybox: acpi base64 basename blockdev cal cat chcon chgrp chmod chown169 toybox: acpi base64 basename blockdev cal cat chcon chgrp chmod chown195 toybox: acpi base64 basename bc blkid blockdev cal cat chattr chcon chgrp227 toybox: acpi base64 basename blkid blockdev cal cat chattr chcon chgrp chmod
286 const std::string& key, const std::string& blockdev, uint64_t start_sector) in DmTargetDefaultKey() argument290 blockdev_(blockdev), in DmTargetDefaultKey()
22 -b : Explicitly specify a blockdev (to get IO stats from from