Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredis-cli.c300 sds dotPath = NULL; in getDotfilePath() local
310 dotPath = sdsnew(path); in getDotfilePath()
315 dotPath = sdscatprintf(sdsempty(), "%s/%s", home, dotfilename); in getDotfilePath()
318 return dotPath; in getDotfilePath()