Lines Matching refs:BinderError
463 static binder::Status BinderError(const std::string& message, in BinderError() function
475 return BinderError("Could not list devices"); in dumpDeviceMapperDevices()
638 return BinderError("Failed to create: " + res.string(), res.error_code()); in createBackingImage()
649 return BinderError("Failed to delete"); in deleteBackingImage()
661 return BinderError("Failed to map"); in mapImageDevice()
672 return BinderError("Failed to unmap"); in unmapImageDevice()
741 return BinderError("Cannot use negative values"); in zeroFillNewImage()
745 return BinderError("Failed to fill image with zeros: " + res.string(), res.error_code()); in zeroFillNewImage()
755 return BinderError("Failed to remove all images"); in removeAllImages()
765 return BinderError("Failed to disable image: " + name); in disableImage()
775 return BinderError("Failed to remove disabled images"); in removeDisabledImages()
821 return BinderError("Invalid path"); in openImageService()
825 return BinderError("Invalid path"); in openImageService()
828 return BinderError("Invalid metadata path"); in openImageService()
831 return BinderError("Invalid data path"); in openImageService()
841 return BinderError("Unknown error"); in openImageService()