Searched refs:realpath (Results 1 - 13 of 13) sorted by path

/haiku/3rdparty/kallisti5/
H A Dconfigure.py74 sourceDir = os.path.realpath(os.path.dirname(os.path.realpath(__file__)) + "/../..")
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drealpath.h2 * realpath.h - realpath() aware of device mapper
13 #define ntfs_realpath realpath
/haiku/src/libs/iconv/
H A Dconfig.h377 /* Define to a replacement function name for realpath(). */
378 #define realpath rpl_realpath macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h715 extern char *realpath (__const char *__restrict __name,
/haiku/src/system/libroot/posix/stdlib/
H A Drealpath.cpp18 realpath(const char* path, char* resolved) function
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp24 #define realpath(x, y) NULL macro
323 if (realpath(file, fullPath + 5) == NULL)
/haiku/build/scripts/
H A Dbuild_haiku_image54 elif realpath "$imagePath" > /dev/null 2>&1 ; then
55 normalizedImagePath=$(realpath "$imagePath")
/haiku/
H A Dconfigure210 # returns the realpath of a symbolic link.
214 perl -MCwd=realpath -e'print realpath($ARGV[0]), "\n"' "$1"
270 elif which realpath > /dev/null 2>&1; then
271 readlink=realpath
/haiku/headers/posix/
H A Dstdlib.h63 extern char *realpath(const char *path, char *resolved);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dhelper.c109 if (realpath(arg, mountpoint) == NULL) {
/haiku/src/bin/network/ftpd/
H A Dftpd.c3377 if (realpath(name, path) == NULL) {
3378 syslog(LOG_NOTICE, "realpath failed on %s: %m", path);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2330 void realpath() {} function
H A Dlibroot_stubs_legacy.c2309 void realpath() {} function

Completed in 193 milliseconds