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

/macosx-10.10/emacs-93/emacs/src/
H A Dmac.c2365 char true_old_pathname[MAXPATHLEN+1], true_new_pathname[MAXPATHLEN+1];
2370 if (find_true_pathname (old_name, true_old_pathname, MAXPATHLEN+1) == -1)
2373 len = readlink (true_old_pathname, fully_resolved_old_name, MAXPATHLEN);
2377 strcpy (fully_resolved_old_name, true_old_pathname);
2361 char true_old_pathname[MAXPATHLEN+1], true_new_pathname[MAXPATHLEN+1]; local

Completed in 182 milliseconds