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