Home
last modified time | relevance | path

Searched refs:BlockdevName (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/
H A Dblockdev.cpp62 static std::string BlockdevName(dev_t dev) { in BlockdevName() function
93 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth()
/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.cpp141 static std::string BlockdevName(dev_t dev) { in BlockdevName() function
168 std::string blockdev = "/dev/block/" + BlockdevName(statbuf.st_dev); in BlockDeviceQueueDepth()