Searched refs:RTDirQueryUnknownType (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Ddir.h281 * should use RTDirQueryUnknownType or RTDirQueryUnknownTypeEx to get the type,
438 RTDECL(int) RTDirQueryUnknownType(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType);
H A Dmangling.h480 # define RTDirQueryUnknownType RT_MANGLER(RTDirQueryUnknownType) macro
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp740 RTDECL(int) RTDirQueryUnknownType(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType) function
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp386 RTDirQueryUnknownType(pszPath, true /*fFollowSymlinks*/, &u.Entry.enmType);

Completed in 89 milliseconds