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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Ddirent.h72 #define dirfd(dirp) ((dirp)->dd_fd) macro
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp89 # define dirfd(d) ((d)->d_fd) macro
1512 if (dirfd(pDir) != -1)
1514 int rc = supR3HardenedVerifySameFsObject(dirfd(pDir), pFsObjState, pszDirPath, pErrInfo);

Completed in 38 milliseconds