Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dutil.h53 sds getAbsolutePath(char *filename);
H A Dutil.c627 sds getAbsolutePath(char *filename) { in getAbsolutePath() function
H A Dserver.c4117 server.executable = getAbsolutePath(argv[0]); in main()
4162 server.configfile = getAbsolutePath(configfile); in main()