Searched refs:RTPathExistsEx (Results 1 - 5 of 5) 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 Dpath.h222 RTDECL(bool) RTPathExistsEx(const char *pszPath, uint32_t fFlags);
H A Dmangling.h1044 # define RTPathExistsEx RT_MANGLER(RTPathExistsEx) macro
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp204 return RTPathExistsEx(pszPath, fFlags);

Completed in 90 milliseconds