Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.h65 android::base::Result<LoopbackDeviceUniqueFd> CreateAndConfigureLoopDevice(
Dapexd_loop.cpp543 Result<LoopbackDeviceUniqueFd> CreateAndConfigureLoopDevice( in CreateAndConfigureLoopDevice() function
Dapexd_test_utils.h311 auto loop_device = loop::CreateAndConfigureLoopDevice(filepath, 0, 0); in MountViaLoopDevice()
Dapexd_test.cpp4722 auto loop = loop::CreateAndConfigureLoopDevice(apex->GetPath(), in TEST()
4731 auto loop = loop::CreateAndConfigureLoopDevice("invalid_path", 0, 0); in TEST()
Dapexd.cpp407 loop::CreateAndConfigureLoopDevice(full_path, in MountPackageImpl()