Searched defs:RTSymlinkRead (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h81 #define RTSymlinkRead testRTSymlinkRead macro
/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp161 RTDECL(int) RTSymlinkRead(const char *pszSymlink, char *pszTarget, size_t cbTarget, uint32_t fRead) function
170 LogFlow(("RTSymlinkRead(%p={%s}): returns %Rrc\n", pszSymlink, pszSymlink, rc));
/vbox/src/VBox/Runtime/r3/win/
H A Dsymlink-win.cpp273 RTDECL(int) RTSymlinkRead(const char *pszSymlink, char *pszTarget, size_t cbTarget, uint32_t fRead) function
282 LogFlow(("RTSymlinkRead(%p={%s}): returns %Rrc\n", pszSymlink, pszSymlink, rc));
/vbox/include/iprt/
H A Dmangling.h1569 # define RTSymlinkRead RT_MANGLER(RTSymlinkRead) macro

Completed in 73 milliseconds