Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2353 Result<void> pre_allocate = PreAllocateLoopDevices(); in OnBootstrap() local
2354 if (!pre_allocate.ok()) { in OnBootstrap()
2356 << pre_allocate.error(); in OnBootstrap()
2829 Result<void> pre_allocate = loop::PreAllocateLoopDevices(data_apex_cnt); in OnStart() local
2830 if (!pre_allocate.ok()) { in OnStart()
2832 << pre_allocate.error(); in OnStart()