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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2686 char *link_to_path = NULL; local
2706 GET_PATH(link_to_path);
2707 if (link_to_path == NULL) {
2713 vn_getpath(vp, link_to_path, &link_name_len);
2720 (uintptr_t)link_to_path, (uintptr_t)target_path);
2721 if (link_to_path != NULL) {
2722 RELEASE_PATH(link_to_path);

Completed in 15 milliseconds