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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c3750 char *link_to_path = NULL; local
3764 GET_PATH(link_to_path);
3765 if (link_to_path == NULL) {
3771 vn_getpath(vp, link_to_path, &link_name_len);
3778 (uintptr_t)link_to_path, (uintptr_t)target_path);
3779 if (link_to_path != NULL) {
3780 RELEASE_PATH(link_to_path);

Completed in 59 milliseconds