Searched refs:PreAllocateLoopDevices (Results 1 – 3 of 3) sorted by relevance
65 android::base::Result<void> PreAllocateLoopDevices(size_t num);
271 Result<void> PreAllocateLoopDevices(size_t num) { in PreAllocateLoopDevices() function
2559 if (auto res = loop::PreAllocateLoopDevices(loop_device_cnt); !res.ok()) { in OnBootstrap()