Lines Matching refs:BinderError
452 static binder::Status BinderError(const std::string& message, in BinderError() function
464 return BinderError("Could not list devices"); in dumpDeviceMapperDevices()
619 return BinderError("Failed to create: " + res.string(), res.error_code()); in createBackingImage()
630 return BinderError("Failed to delete"); in deleteBackingImage()
642 return BinderError("Failed to map"); in mapImageDevice()
653 return BinderError("Failed to unmap"); in unmapImageDevice()
722 return BinderError("Cannot use negative values"); in zeroFillNewImage()
726 return BinderError("Failed to fill image with zeros: " + res.string(), res.error_code()); in zeroFillNewImage()
736 return BinderError("Failed to remove all images"); in removeAllImages()
746 return BinderError("Failed to remove disabled images"); in removeDisabledImages()
784 return BinderError("Invalid path"); in openImageService()
788 return BinderError("Invalid path"); in openImageService()
791 return BinderError("Invalid metadata path"); in openImageService()
794 return BinderError("Invalid data path"); in openImageService()
804 return BinderError("Unknown error"); in openImageService()