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

/freebsd-current/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c674 char *resolvedpath; local
683 resolvedpath = realpath(pathname, NULL);
684 if (resolvedpath == NULL)
687 nvlist_move_string(nvlout, "realpath", resolvedpath);

Completed in 172 milliseconds