Home
last modified time | relevance | path

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

/aosp12/system/apex/apexd/
H A Dapexd_loop.h66 using DestroyLoopFn = variable
68 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra);
H A Dapexd_loop.cpp339 void DestroyLoopDevice(const std::string& path, const DestroyLoopFn& extra) { in DestroyLoopDevice()