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

/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h51 typedef struct RTDIR struct
136 } RTDIR; typedef in typeref:struct:RTDIR
/vbox/include/iprt/
H A Ddir.h205 typedef struct RTDIR *PRTDIR;
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp206 size_t cbDir = RT_OFFSETOF(RTDIR, Data.d_name[cbNameMax + 1]);
207 if (cbDir < sizeof(RTDIR)) /* Ditto. */
208 cbDir = sizeof(RTDIR);
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp49 return sizeof(RTDIR);
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp78 return sizeof(RTDIR);

Completed in 471 milliseconds