Searched refs:RTDIRENTRYTYPE (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Ddir.h240 typedef enum RTDIRENTRYTYPE enum
260 } RTDIRENTRYTYPE; typedef in typeref:enum:RTDIRENTRYTYPE
283 RTDIRENTRYTYPE enmType;
438 RTDECL(int) RTDirQueryUnknownType(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType);
453 RTDECL(int) RTDirQueryUnknownTypeEx(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType, PRTFSOBJINFO pObjInfo);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp710 RTDIRENTRYTYPE *penmType, PRTFSOBJINFO pObjInfo)
740 RTDECL(int) RTDirQueryUnknownType(const char *pszComposedName, bool fFollowSymlinks, RTDIRENTRYTYPE *penmType)
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp338 static RTDIRENTRYTYPE rtDirType(int iType)
430 static void rtDirSetDummyInfo(PRTFSOBJINFO pInfo, RTDIRENTRYTYPE enmType)
/vbox/src/bldprogs/
H A Dscm.cpp1214 static RTDIRENTRYTYPE scmFigureUnknownType(const char *pszPath)
1306 RTDIRENTRYTYPE enmType = pEntry->enmType;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp328 static bool rtDbgCfgIsXxxxAndFixCaseWorker(char *pszPath, size_t offLastComp, RTDIRENTRYTYPE enmType)

Completed in 459 milliseconds