Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp129 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() argument
131 if (!StartsWith(loop_device_path, "/dev/")) { in ConfigureQueueDepth()
132 return Error() << "Invalid argument " << loop_device_path; in ConfigureQueueDepth()
135 const std::string loop_device_name = Basename(loop_device_path); in ConfigureQueueDepth()
H A Dblockdev.h20 android::base::Result<void> ConfigureQueueDepth(const std::string& loop_device_path,