Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd_loop.h65 android::base::Result<LoopbackDeviceUniqueFd> CreateAndConfigureLoopDevice(
H A Dapexd_loop.cpp513 Result<LoopbackDeviceUniqueFd> CreateAndConfigureLoopDevice( in CreateAndConfigureLoopDevice() function
H A Dapexd_test_utils.h312 auto loop_device = loop::CreateAndConfigureLoopDevice(filepath, 0, 0); in MountViaLoopDevice()
H A Dapexd_test.cpp4985 auto loop = loop::CreateAndConfigureLoopDevice(apex->GetPath(), in TEST()
4994 auto loop = loop::CreateAndConfigureLoopDevice("invalid_path", 0, 0); in TEST()
H A Dapexd.cpp392 loop::CreateAndConfigureLoopDevice(full_path, in MountPackageImpl()