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