Searched defs:RTSymlinkExists (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp48 RTDECL(bool) RTSymlinkExists(const char *pszSymlink) function
62 LogFlow(("RTSymlinkExists(%p={%s}): returns %RTbool\n", pszSymlink, pszSymlink, fRc));
/vbox/src/VBox/Runtime/r3/win/
H A Dsymlink-win.cpp87 RTDECL(bool) RTSymlinkExists(const char *pszSymlink) function
95 LogFlow(("RTSymlinkExists(%p={%s}): returns %RTbool\n", pszSymlink, pszSymlink, fRc));
/vbox/include/iprt/
H A Dmangling.h1567 # define RTSymlinkExists RT_MANGLER(RTSymlinkExists) macro

Completed in 82 milliseconds