Searched defs:relPath (Results 1 – 1 of 1) sorted by relevance
34 #define REALPATH(relPath, absPath, ...) (_fullpath(absPath, relPath, ##__VA_ARGS__)) argument37 #define REALPATH(absPath, relPath, ...) (realpath(absPath, relPath)) argument