Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2824 int data_apex_cnt = std::count_if( in OnStart() local
2828 if (data_apex_cnt > 0) { in OnStart()
2829 Result<void> pre_allocate = loop::PreAllocateLoopDevices(data_apex_cnt); in OnStart()