Searched refs:PRTDIR (Results 1 - 25 of 35) sorted by relevance

12

/vbox/include/iprt/
H A Ddir.h205 typedef struct RTDIR *PRTDIR; typedef in typeref:struct:RTDIR
335 RTDECL(int) RTDirOpen(PRTDIR *ppDir, const char *pszPath);
354 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
362 RTDECL(int) RTDirClose(PRTDIR pDir);
389 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry);
420 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags);
498 RTR3DECL(int) RTDirQueryInfo(PRTDIR pDir, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs);
524 RTR3DECL(int) RTDirSetTimes(PRTDIR pDir, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime,
/vbox/src/VBox/Runtime/generic/
H A DRTDirQueryInfo-generic.cpp47 RTR3DECL(int) RTDirQueryInfo(PRTDIR pDir, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs)
H A DRTDirSetTimes-generic.cpp48 RTR3DECL(int) RTDirSetTimes(PRTDIR pDir, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime,
/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h43 typedef DECLCALLBACK(bool) FNRTDIRFILTER(PRTDIR pDir, const char *pszName);
144 DECLINLINE(bool) rtDirValidHandle(PRTDIR pDir)
163 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h30 extern int testRTDirClose(PRTDIR pDir);
34 extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath);
36 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fOpen);
38 extern int testRTDirQueryInfo(PRTDIR pDir, PRTFSOBJINFO pObjInfo, RTFSOBJATTRADD enmAdditionalAttribs);
42 extern int testRTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags);
44 extern int testRTDirSetTimes(PRTDIR pDir, PCRTTIMESPEC pAccessTime, PCRTTIMESPEC pModificationTime, PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime);
H A Dshflhandle.h54 PRTDIR Handle;
55 PRTDIR SearchHandle;
H A Dvbsf.cpp155 PRTDIR hSearch = NULL;
1616 PRTDIR DirHandle;
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp49 static DECLCALLBACK(bool) rtDirFilterWinNtMatch(PRTDIR pDir, const char *pszName);
50 static DECLCALLBACK(bool) rtDirFilterWinNtMatchNoWildcards(PRTDIR pDir, const char *pszName);
119 static DECLCALLBACK(bool) rtDirFilterWinNtMatchNoWildcards(PRTDIR pDir, const char *pszName)
449 static DECLCALLBACK(bool) rtDirFilterWinNtMatch(PRTDIR pDir, const char *pszName)
462 static PFNRTDIRFILTER rtDirFilterWinNtInit(PRTDIR pDir)
513 static int rtDirOpenCommon(PRTDIR *ppDir, const char *pszPath, const char *pszFilter, RTDIRFILTER enmFilter)
571 PRTDIR pDir = (PRTDIR)RTMemAllocZ(cbAllocated);
634 RTDECL(int) RTDirOpen(PRTDIR *ppDir, const char *pszPath)
651 RTDECL(int) RTDirOpenFiltered(PRTDIR *ppDi
[all...]
H A Ddir2.cpp64 PRTDIR pDir;
/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp107 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter)
118 *ppDir = (PRTDIR)1;
122 int rtDirClose(PRTDIR pDir)
128 int rtDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags)
198 PRTDIR hSearch = 0;
H A DtstSharedFolderService.cpp117 static PRTDIR testRTDirClosepDir;
119 extern int testRTDirClose(PRTDIR pDir)
138 static PRTDIR testRTDirOpenpDir;
140 extern int testRTDirOpen(PRTDIR *ppDir, const char *pszPath)
150 extern int testRTDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER, uint32_t)
159 static PRTDIR testRTDirQueryInfoDir;
162 extern int testRTDirQueryInfo(PRTDIR pDir, PRTFSOBJINFO pObjInfo,
176 static PRTDIR testRTDirReadExDir;
178 extern int testRTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry,
192 extern int testRTDirSetTimes(PRTDIR pDi
[all...]
/vbox/src/VBox/Runtime/r3/linux/
H A DRTProcIsRunningByName-linux.cpp55 PRTDIR pDir;
/vbox/src/VBox/Runtime/testcase/
H A DtstDir-2.cpp43 PRTDIR pDir;
H A DtstDir-3.cpp38 PRTDIR pDir;
H A DtstDir.cpp75 PRTDIR pDir;
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp82 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf)
134 RTDECL(int) RTDirClose(PRTDIR pDir)
175 static int rtDirNtCheckRecord(PRTDIR pThis)
209 static int rtDirNtAdvanceBuffer(PRTDIR pThis)
252 static int rtDirNtFetchMore(PRTDIR pThis)
378 static int rtDirNtConvertName(PRTDIR pThis, uint32_t cbName, PCRTUTF16 pwsName)
407 static int rtDirNtConvertCurName(PRTDIR pThis)
426 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry)
522 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry,
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp53 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf)
107 RTDECL(int) RTDirClose(PRTDIR pDir)
138 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry)
222 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags)
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp215 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf)
244 RTDECL(int) RTDirClose(PRTDIR pDir)
280 static int rtDirReadMore(PRTDIR pDir)
359 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry)
456 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp71 PRTDIR pDir;
171 PRTDIR pDirCurr = NULL;
421 PRTDIR pDirDevices = NULL;
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp264 PRTDIR hDir;
/vbox/src/VBox/Runtime/common/path/
H A DRTPathRmCmd.cpp272 PRTDIR hDir;
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp297 PRTDIR pDir = NULL;
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp527 PRTDIR pDir = NULL;
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp750 PRTDIR pDir = NULL;
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp949 PRTDIR pDir;

Completed in 244 milliseconds

12