Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/
H A Dblockdev.cpp39 static std::string PartitionParent(const std::string& blockdev) { in PartitionParent()
93 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth() local
H A Dfs_mgr.cpp795 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro()
/aosp_15_r20/external/autotest/client/cros/
H A Dliststorage.py74 def get_udev_info(blockdev, method='udev', host=None): argument
286 def get_device_info(blockdev, lsusb_info, host=None): argument
/aosp_15_r20/system/core/init/
H A Dmount_handler.cpp76 std::string GetDiskPart(std::string blockdev) { in GetDiskPart()
92 std::string GetRootDisk(std::string blockdev) { in GetRootDisk()
/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.cpp124 static Result<std::string> PartitionParent(const std::string& blockdev) { in PartitionParent()
168 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth() local
/aosp_15_r20/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp119 bool SetBlockDeviceReadOnly(const std::string& blockdev) { in SetBlockDeviceReadOnly()
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dtarget_files.cpp87 const auto& blockdev = tokens[0]; in ParseFstab() local
/aosp_15_r20/packages/modules/Connectivity/bpf/loader/
DNetBpfLoad.cpp1304 char * blockdev = buf; in logTetheringApexVersion() local
1326 char * blockdev = buf; in logTetheringApexVersion() local
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h305 const std::string& key, const std::string& blockdev, uint64_t start_sector) in DmTargetDefaultKey()
/aosp_15_r20/external/toybox/android/device/generated/
H A Dglobals.h830 struct blockdev_data blockdev; member