Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3453 char resolvedPath[MAXPATHLEN+1] = {'\0'}; in resolvePath() local
3478 if (realpath(*r_path, resolvedPath) != NULL) { in resolvePath()
3480 *r_path = strdup(resolvedPath); in resolvePath()