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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpath-posix.cpp310 return RTPathExistsEx(pszPath, RTPATH_F_FOLLOW_LINK);
314 RTDECL(bool) RTPathExistsEx(const char *pszPath, uint32_t fFlags) function
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp616 return RTPathExistsEx(pszPath, RTPATH_F_FOLLOW_LINK);
620 RTDECL(bool) RTPathExistsEx(const char *pszPath, uint32_t fFlags) function
650 /** @todo Symlinks: RTPathExists+RTPathExistsEx is misbehaving on symbolic
/vbox/include/iprt/
H A Dmangling.h1044 # define RTPathExistsEx RT_MANGLER(RTPathExistsEx) macro

Completed in 292 milliseconds