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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_locks.c351 const char *a_rootPath; local
369 a_rootPath = _z_global_data._z_root_dir;
370 if ((a_rootPath == (char *)NULL) ||
371 (*a_rootPath == '\0') ||
372 (strcmp(a_rootPath, "/") == 0)) {
384 if (realpath(a_rootPath, realRootPath) == (char *)NULL) {
386 (void) strlcpy(realRootPath, a_rootPath,
453 a_rootPath ? a_rootPath : "",

Completed in 19 milliseconds