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

/haiku/src/build/libroot/
H A Dfs_darwin.cpp366 char newFullPath[MAXPATHLEN]; local
374 if (get_path(newFD, newPath, newFullPath) < 0)
379 ignoreNewFD ? newPath : newFullPath);
420 char newFullPath[MAXPATHLEN]; local
421 if (get_path(fd, newPath, newFullPath) < 0)
424 return symlink(oldPath, newFullPath);
497 char newFullPath[MAXPATHLEN]; local
505 if (get_path(newFD, newPath, newFullPath) < 0)
510 ignoreNewFD ? newPath : newFullPath);

Completed in 15 milliseconds