Searched refs:CreateAndConfigureLoopDevice (Results 1 – 5 of 5) sorted by relevance
65 android::base::Result<LoopbackDeviceUniqueFd> CreateAndConfigureLoopDevice(
543 Result<LoopbackDeviceUniqueFd> CreateAndConfigureLoopDevice( in CreateAndConfigureLoopDevice() function
311 auto loop_device = loop::CreateAndConfigureLoopDevice(filepath, 0, 0); in MountViaLoopDevice()
4722 auto loop = loop::CreateAndConfigureLoopDevice(apex->GetPath(), in TEST()4731 auto loop = loop::CreateAndConfigureLoopDevice("invalid_path", 0, 0); in TEST()
407 loop::CreateAndConfigureLoopDevice(full_path, in MountPackageImpl()