Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.h62 android::base::Result<LoopbackDeviceUniqueFd> CreateLoopDevice(
Dapexd_loop.cpp304 Result<LoopbackDeviceUniqueFd> CreateLoopDevice(const std::string& target, in CreateLoopDevice() function
Dapexd.cpp468 Result<loop::LoopbackDeviceUniqueFd> ret = loop::CreateLoopDevice( in MountPackageImpl()
515 auto create_loop_status = loop::CreateLoopDevice(hashtree_file, 0, 0); in MountPackageImpl()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp333 static bool CreateLoopDevice(LoopControl& control, const std::string& file, in CreateLoopDevice() function
480 if (!CreateLoopDevice(control, file, timeout_ms - elapsed, &loop_device)) { in MapWithLoopDevice()