Using separate .php file for functions – how to run on site?

get_theme_roots() and get_theme_root() aren’t really appropriate functions for getting the path to a file from a theme.

I recommend you use get_theme_file_path() instead:

include_once get_theme_file_path( 'grow-minimal-child/rs-custom-functions.php' );