Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd_loop.h60 android::base::Result<void> PreAllocateLoopDevices(size_t num);
H A Dapexd_loop.cpp109 Result<void> PreAllocateLoopDevices(size_t num) { in PreAllocateLoopDevices() function
H A Dapexd.cpp186 Result<void> PreAllocateLoopDevices() { in PreAllocateLoopDevices() function
212 return loop::PreAllocateLoopDevices(size); in PreAllocateLoopDevices()
2367 Result<void> pre_allocate = PreAllocateLoopDevices(); in OnBootstrap()
2848 Result<void> pre_allocate = loop::PreAllocateLoopDevices(data_apex_cnt); in OnStart()