Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dutil.h45 sds getAbsolutePath(char *filename);
H A Dutil.c536 sds getAbsolutePath(char *filename) { in getAbsolutePath() function
H A Dserver.c3977 server.executable = getAbsolutePath(argv[0]); in main()
4020 server.configfile = getAbsolutePath(configfile); in main()