Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.cpp145 static std::once_flag onceFlag; in configureLoopDevice() local
146 std::call_once(onceFlag, [&]() { in configureLoopDevice()