Home
last modified time | relevance | path

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

/aosp_15_r20/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,
/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.cpp208 Result<void> ConfigureQueueDepth(const std::string& loop_device_path, in ConfigureQueueDepth() argument
211 if (!StartsWith(loop_device_path, "/dev/")) { in ConfigureQueueDepth()
212 return Error() << "Invalid argument " << loop_device_path; in ConfigureQueueDepth()
215 const std::string loop_device_name = Basename(loop_device_path); in ConfigureQueueDepth()
H A Dapexd_loop.h59 const std::string& loop_device_path, const std::string& file_path);