Home
last modified time | relevance | path

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

/system/core/fs_mgr/
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()
Dblockdev.h20 android::base::Result<void> ConfigureQueueDepth(const std::string& loop_device_path,
/system/apex/apexd/
Dapexd_loop.cpp207 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() argument
210 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()
Dapexd_loop.h61 const std::string& loop_device_path, const std::string& file_path);