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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6045 char *fpath = NULL; local
6105 GET_PATH(fpath);
6107 if (fpath == NULL || spath == NULL) {
6113 if (vn_getpath(fvp, fpath, &flen) != 0 || fpath[0] == '\0') {
6115 fvp, fpath);
6132 if (fpath != NULL && spath != NULL) {
6137 (uintptr_t)fpath, (uintptr_t)spath);
6155 if (fpath != NULL && spath != NULL) {
6157 FSE_ARG_STRING, flen, fpath,
[all...]

Completed in 12 milliseconds