Searched refs:CreateLoopDevice (Results 1 – 2 of 2) sorted by relevance
475 Result<LoopbackDeviceUniqueFd> CreateLoopDevice(const std::string& target, in CreateLoopDevice() function525 loop_device = CreateLoopDevice(target, image_offset, image_size); in CreateAndConfigureLoopDevice()
333 static bool CreateLoopDevice(LoopControl& control, const std::string& file, in CreateLoopDevice() function480 if (!CreateLoopDevice(control, file, timeout_ms - elapsed, &loop_device)) { in MapWithLoopDevice()