Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3447 char resolvedPath[MAXPATHLEN+1] = {'\0'}; in resolvePath() local
3472 if (realpath(*r_path, resolvedPath) != NULL) { in resolvePath()
3474 *r_path = strdup(resolvedPath); in resolvePath()