Searched refs:RTDIRENTRY (Results 1 - 18 of 18) sorted by relevance

/vbox/include/iprt/
H A Ddir.h269 typedef struct RTDIRENTRY struct
289 } RTDIRENTRY; typedef in typeref:struct:RTDIRENTRY
292 typedef RTDIRENTRY *PRTDIRENTRY;
294 typedef RTDIRENTRY const *PCRTDIRENTRY;
379 * structure. This must be at least OFFSET(RTDIRENTRY, szName[2]) bytes.
382 * OFFSET(RTDIRENTRY, szName[pDirEntry->cbName + 1]).
428 * RTDIRENTRY::szName!
430 * @param penmType Pointer to the RTDIRENTRY::enmType member. If this
447 * RTDIRENTRY::szName!
449 * @param penmType Pointer to the RTDIRENTRY
[all...]
/vbox/src/VBox/Runtime/r3/linux/
H A DRTProcIsRunningByName-linux.cpp60 RTDIRENTRY DirEntry;
/vbox/src/VBox/Runtime/testcase/
H A DtstDir-2.cpp49 RTDIRENTRY DirEntry;
H A DtstDir-3.cpp44 RTDIRENTRY DirEntry;
H A DtstDir.cpp88 RTDIRENTRY DirEntry;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp185 RTDIRENTRY DirFolderContent;
276 RTDIRENTRY DirFolderContent;
425 RTDIRENTRY DirFolderContent;
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp157 if (cbDirEntry < RT_UOFFSETOF(RTDIRENTRY, szName[2]))
159 AssertMsgFailed(("Invalid *pcbDirEntry=%d (min %d)\n", *pcbDirEntry, RT_OFFSETOF(RTDIRENTRY, szName[2])));
201 const size_t cbRequired = RT_OFFSETOF(RTDIRENTRY, szName[1]) + cchName;
/vbox/src/VBox/Runtime/r3/
H A Ddir2.cpp174 RTDIRENTRY SharedDirEntryBuf;
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp440 AssertMsgReturn(cbDirEntry >= RT_UOFFSETOF(RTDIRENTRY, szName[2]),
441 ("Invalid *pcbDirEntry=%d (min %d)\n", *pcbDirEntry, RT_OFFSETOF(RTDIRENTRY, szName[2])),
467 const size_t cbRequired = RT_OFFSETOF(RTDIRENTRY, szName[1]) + cchName;
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp373 AssertMsgReturn(cbDirEntry >= RT_UOFFSETOF(RTDIRENTRY, szName[2]),
389 const size_t cbRequired = RT_OFFSETOF(RTDIRENTRY, szName[1]) + cchName;
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp278 RTDIRENTRY DirEntry;
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp528 RTDIRENTRY DirEntry;
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp764 RTDIRENTRY entry;
/vbox/src/bldprogs/
H A Dscm.cpp1364 RTDIRENTRY Entry;
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp2027 RTDIRENTRY DirEntry;
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp371 RTDIRENTRY Entry;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c1962 RTDIRENTRY DirEntry;
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2008 RTDIRENTRY DirEntry;
2018 * RTDIRENTRY::enmType. For trunk, RTDirQueryUnknownType can be used. */

Completed in 75 milliseconds