Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.h63 StatusOr<LoopbackDeviceUniqueFd> createLoopDevice(const std::string& target,
Dapexd_loop.cpp127 StatusOr<LoopbackDeviceUniqueFd> createLoopDevice(const std::string& target, in createLoopDevice() function
Dapexd.cpp411 StatusOr<loop::LoopbackDeviceUniqueFd> ret = loop::createLoopDevice( in mountNonFlattened()