Home
last modified time | relevance | path

Searched refs:dotPath (Results 1 – 1 of 1) sorted by relevance

/redis-3.2.3/src/
H A Dredis-cli.c180 sds dotPath = NULL; in getDotfilePath() local
190 dotPath = sdsnew(path); in getDotfilePath()
195 dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename); in getDotfilePath()
198 return dotPath; in getDotfilePath()