Searched refs:PRTDIRENTRYEX (Results 1 - 14 of 14) sorted by relevance

/vbox/include/iprt/
H A Ddir.h323 typedef RTDIRENTRYEX *PRTDIRENTRYEX; typedef
420 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags);
H A Dvfslowlevel.h573 DECLCALLBACKMEMBER(int, pfnReadDir)(void *pvThis, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAddAttr);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dshflhandle.h56 PRTDIRENTRYEX pLastValidEntry; /* last found file in a directory search */
H A Dteststubs.h42 extern int testRTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags);
H A Dvbsf.cpp137 PRTDIRENTRYEX pDirEntry = (PRTDIRENTRYEX)RTMemAlloc(cbDirEntry);
1611 PRTDIRENTRYEX pDirEntry = 0, pDirEntryOrg;
1630 pDirEntryOrg = pDirEntry = (PRTDIRENTRYEX)RTMemAlloc(cbDirEntry);
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp128 int rtDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags)
194 PRTDIRENTRYEX pDirEntry = NULL;
206 pDirEntry = (PRTDIRENTRYEX)RTMemAlloc(cbDirEntry);
H A DtstSharedFolderService.cpp178 extern int testRTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry,
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp222 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags)
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp149 static int rtDbgSymCacheAddDirWorker(char *pszPath, size_t cchPath, PRTDIRENTRYEX pDirEntry, PCRTDBGSYMCACHEADDCFG pCfg);
732 PRTDIRENTRYEX pDirEntry, PCRTDBGSYMCACHEADDCFG pCfg)
944 static int rtDbgSymCacheAddDirWorker(char *pszPath, size_t cchPath, PRTDIRENTRYEX pDirEntry, PCRTDBGSYMCACHEADDCFG pCfg)
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp256 static int rtPathRmRecursive(PRTPATHRMCMDOPTS pOpts, char *pszPath, size_t cchPath, PRTDIRENTRYEX pDirEntry)
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp456 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags)
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp522 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry,
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp989 static RTEXITCODE processDirSub(char *pszDir, size_t cchDir, PRTDIRENTRYEX pDirEntry, int iLogDepth)
/vbox/src/VBox/Storage/
H A DVD.cpp3727 PRTDIRENTRYEX pPluginDirEntry = NULL;
3739 pPluginDirEntry = (PRTDIRENTRYEX)RTMemAllocZ(sizeof(RTDIRENTRYEX));
3754 pPluginDirEntry = (PRTDIRENTRYEX)RTMemAllocZ(cbPluginDirEntry);
3847 PRTDIRENTRYEX pPluginDirEntry = NULL;
3859 pPluginDirEntry = (PRTDIRENTRYEX)RTMemAllocZ(sizeof(RTDIRENTRYEX));
3874 pPluginDirEntry = (PRTDIRENTRYEX)RTMemAllocZ(cbPluginDirEntry);

Completed in 104 milliseconds