Searched refs:resolvedPath (Results 1 – 1 of 1) sorted by relevance
361 char resolvedPath[PATH_MAX]; in canonicalize() local362 strncpy(resolvedPath, resolved, sizeof(resolvedPath)); in canonicalize()363 if (resolvedPath[PATH_MAX - 1] != '\0') { in canonicalize()375 char *rest = resolvedPath; in canonicalize()