Searched refs:RTDirQueryUnknownTypeEx (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Ddir.h281 * should use RTDirQueryUnknownType or RTDirQueryUnknownTypeEx to get the type,
453 RTDECL(int) RTDirQueryUnknownTypeEx(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType, PRTFSOBJINFO pObjInfo);
H A Dmangling.h481 # define RTDirQueryUnknownTypeEx RT_MANGLER(RTDirQueryUnknownTypeEx) macro
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp709 RTDECL(int) RTDirQueryUnknownTypeEx(const char *pszComposedName, bool fFollowSymlinks, function
748 return RTDirQueryUnknownTypeEx(pszComposedName, fFollowSymlinks, penmType, &ObjInfo);

Completed in 60 milliseconds