Searched refs:getDotfilePath (Results 1 – 1 of 1) sorted by relevance
298 static sds getDotfilePath(char *envoverride, char *dotfilename) { in getDotfilePath() function1650 sds rcfile = getDotfilePath(REDIS_CLI_RCFILE_ENV,REDIS_CLI_RCFILE_DEFAULT); in cliLoadPreferences()1689 historyfile = getDotfilePath(REDIS_CLI_HISTFILE_ENV,REDIS_CLI_HISTFILE_DEFAULT); in repl()