Searched refs:loop_device_path (Results 1 – 2 of 2) sorted by relevance
129 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() argument131 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()
20 android::base::Result<void> ConfigureQueueDepth(const std::string& loop_device_path,