Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dblockdev.cpp135 const std::string loop_device_name = Basename(loop_device_path); in ConfigureQueueDepth() local
143 StringPrintf("/sys/class/block/%s/queue/nr_requests", loop_device_name.c_str()); in ConfigureQueueDepth()
/system/apex/apexd/
Dapexd_loop.cpp214 const std::string loop_device_name = Basename(loop_device_path); in ConfigureQueueDepth() local
217 StringPrintf("/sys/block/%s/queue/nr_requests", loop_device_name.c_str()); in ConfigureQueueDepth()