Home
last modified time | relevance | path

Searched refs:PreAllocateLoopDevices (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexd/
Dapexd_loop.h60 android::base::Result<void> PreAllocateLoopDevices(size_t num);
Dapexd_loop.cpp109 Result<void> PreAllocateLoopDevices(size_t num) { in PreAllocateLoopDevices() function
Dapexd.cpp185 Result<void> PreAllocateLoopDevices() { in PreAllocateLoopDevices() function
211 return loop::PreAllocateLoopDevices(size); in PreAllocateLoopDevices()
2353 Result<void> pre_allocate = PreAllocateLoopDevices(); in OnBootstrap()
2829 Result<void> pre_allocate = loop::PreAllocateLoopDevices(data_apex_cnt); in OnStart()