Searched refs:blockdev (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/core/fs_mgr/ |
H A D | blockdev.cpp | 40 static std::string PartitionParent(const std::string& blockdev) { in PartitionParent() argument 41 if (blockdev.find('/') != std::string::npos) { in PartitionParent() 42 LOG(ERROR) << __func__ << ": invalid argument " << blockdev; in PartitionParent() 43 return blockdev; in PartitionParent() 47 return blockdev; in PartitionParent() 59 return blockdev; in PartitionParent() 95 LOG(DEBUG) << __func__ << ": " << file_path << " -> " << blockdev; in BlockDeviceQueueDepth() 96 if (blockdev.empty()) { in BlockDeviceQueueDepth() 109 blockdev = *child; in BlockDeviceQueueDepth() 115 blockdev = PartitionParent(*maybe_blockdev); in BlockDeviceQueueDepth() [all …]
|
H A D | fs_mgr_priv.h | 91 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly = true);
|
H A D | Android.bp | 66 "blockdev.cpp",
|
H A D | fs_mgr.cpp | 764 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro() argument 765 unique_fd fd(TEMP_FAILURE_RETRY(open(blockdev.c_str(), O_RDONLY | O_CLOEXEC))); in fs_mgr_set_blk_ro()
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | util.cpp | 118 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly() argument 119 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(blockdev.c_str(), O_RDONLY | O_CLOEXEC))); in SetBlockDeviceReadOnly()
|
H A D | util.h | 67 bool SetBlockDeviceReadOnly(const std::string& blockdev);
|
/aosp12/system/core/shell_and_utilities/ |
H A D | README.md | 102 toybox (0.5.2-ish): acpi basename blockdev bzcat cal cat chcon chgrp chmod chown 122 toybox (0.7.0-ish): acpi **base64** basename blockdev bzcat cal cat chcon chgrp chmod 144 toybox (0.7.3-ish): acpi base64 basename blockdev cal cat chcon chgrp chmod chown 170 toybox (0.7.6-ish): acpi base64 basename blockdev cal cat chcon chgrp chmod chown 196 toybox (0.8.0-ish): acpi base64 basename **bc** **blkid** blockdev cal cat **chattr** chcon chgrp 228 toybox (0.8.3-ish): acpi base64 basename blkid blockdev cal cat chattr chcon chgrp chmod 260 toybox (0.8.4-ish): **[** acpi base64 basename **blkdiscard** blkid blockdev cal cat chattr chcon
|
/aosp12/bootable/recovery/updater/ |
H A D | target_files.cpp | 87 const auto& blockdev = tokens[0]; in ParseFstab() local 101 fstab_info_list->emplace_back(blockdev, mount_point, fs_type); in ParseFstab()
|
/aosp12/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm_target.h | 286 const std::string& key, const std::string& blockdev, uint64_t start_sector) in DmTargetDefaultKey() argument 290 blockdev_(blockdev), in DmTargetDefaultKey()
|
/aosp12/system/extras/ioshark/ |
H A D | README | 22 -b : Explicitly specify a blockdev (to get IO stats from from
|