Searched refs:loop_device_path (Results 1 – 4 of 4) 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,
207 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() argument210 if (!StartsWith(loop_device_path, "/dev/")) { in ConfigureQueueDepth()211 return Error() << "Invalid argument " << loop_device_path; in ConfigureQueueDepth()214 const std::string loop_device_name = Basename(loop_device_path); in ConfigureQueueDepth()
61 const std::string& loop_device_path, const std::string& file_path);