Searched refs:resolvedPath (Results 1 – 1 of 1) sorted by relevance
3447 char resolvedPath[MAXPATHLEN+1] = {'\0'}; in resolvePath() local3472 if (realpath(*r_path, resolvedPath) != NULL) { in resolvePath()3474 *r_path = strdup(resolvedPath); in resolvePath()