Searched refs:realRootPath (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_locks.c350 char realRootPath[PATH_MAX] = {'\0'}; local
384 if (realpath(a_rootPath, realRootPath) == (char *)NULL) {
386 (void) strlcpy(realRootPath, a_rootPath,
387 sizeof (realRootPath));
396 if (strcmp(realRootPath, "/") == 0) {
403 p1 = _z_calloc((strlen(realRootPath)*2)+1);
404 for (p3 = p1, p2 = realRootPath; *p2 != '\0'; p2++) {
454 realRootPath ? realRootPath : "");

Completed in 28 milliseconds