Searched defs:cbDir (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp566 size_t cbDir = rtDirNativeGetStructSize(szRealPath); local
567 size_t const cbAllocated = cbDir
574 uint8_t *pb = (uint8_t *)pDir + cbDir;
578 pDir->cbSelf = cbDir;
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp206 size_t cbDir = RT_OFFSETOF(RTDIR, Data.d_name[cbNameMax + 1]); local
207 if (cbDir < sizeof(RTDIR)) /* Ditto. */
208 cbDir = sizeof(RTDIR);
209 cbDir = RT_ALIGN_Z(cbDir, 8);
211 return cbDir;

Completed in 35 milliseconds