Searched refs:CreateLoopDevice (Results 1 – 4 of 4) sorted by relevance
62 android::base::Result<LoopbackDeviceUniqueFd> CreateLoopDevice(
304 Result<LoopbackDeviceUniqueFd> CreateLoopDevice(const std::string& target, in CreateLoopDevice() function
468 Result<loop::LoopbackDeviceUniqueFd> ret = loop::CreateLoopDevice( in MountPackageImpl()515 auto create_loop_status = loop::CreateLoopDevice(hashtree_file, 0, 0); in MountPackageImpl()
333 static bool CreateLoopDevice(LoopControl& control, const std::string& file, in CreateLoopDevice() function480 if (!CreateLoopDevice(control, file, timeout_ms - elapsed, &loop_device)) { in MapWithLoopDevice()