Lines Matching refs:BinderError
412 static binder::Status BinderError(const std::string& message, in BinderError() function
424 return BinderError("Could not list devices"); in dumpDeviceMapperDevices()
554 return BinderError("Failed to create: " + res.string(), res.error_code()); in createBackingImage()
565 return BinderError("Failed to delete"); in deleteBackingImage()
577 return BinderError("Failed to map"); in mapImageDevice()
588 return BinderError("Failed to unmap"); in unmapImageDevice()
657 return BinderError("Cannot use negative values"); in zeroFillNewImage()
661 return BinderError("Failed to fill image with zeros: " + res.string(), res.error_code()); in zeroFillNewImage()
671 return BinderError("Failed to remove all images"); in removeAllImages()
681 return BinderError("Failed to remove disabled images"); in removeDisabledImages()
717 return BinderError("Invalid path"); in openImageService()
721 return BinderError("Invalid path"); in openImageService()
725 return BinderError("Invalid path"); in openImageService()
735 return BinderError("Unknown error"); in openImageService()