Searched refs:RTDirRead (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Runtime/r3/linux/
H A DRTProcIsRunningByName-linux.cpp61 while (RT_SUCCESS(RTDirRead(pDir, &DirEntry, NULL)))
/vbox/src/VBox/Runtime/testcase/
H A DtstDir-2.cpp50 rc = RTDirRead(pDir, &DirEntry, NULL);
H A DtstDir-3.cpp45 rc = RTDirRead(pDir, &DirEntry, NULL);
H A DtstDir.cpp89 rc = RTDirRead(pDir, &DirEntry, NULL);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp192 while (RT_SUCCESS(RTDirRead(pDirCurr, &DirFolderContent, NULL))) /* Assumption that szName has always enough space */
277 rc = RTDirRead(pAcpiCpuPathLvl->pDir, &DirFolderContent, NULL);
426 while (RT_SUCCESS(RTDirRead(pDirDevices, &DirFolderContent, NULL))) /* Assumption that szName has always enough space */
/vbox/include/iprt/
H A Ddir.h287 * Using the pcbDirEntry parameter of RTDirRead makes this field variable in size. */
389 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry);
423 * Resolves RTDIRENTRYTYPE_UNKNOWN values returned by RTDirRead.
441 * Resolves RTDIRENTRYTYPE_UNKNOWN values returned by RTDirRead, extended
456 * Checks if the directory entry returned by RTDirRead is '.', '..' or similar.
H A Dmangling.h482 # define RTDirRead RT_MANGLER(RTDirRead) macro
/vbox/src/VBox/Runtime/r3/
H A Ddir2.cpp68 while (RT_SUCCESS(rc = RTDirRead(pDir, pDirEntry, NULL)))
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp138 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry) function
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp546 rc = RTDirRead(pDir, &DirEntry, NULL);
683 rc = RTDirRead(pDir, &DirEntry, NULL);
729 rc = RTDirRead(pDir, &DirEntry, NULL);
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp279 rc = RTDirRead(hDir, &DirEntry, NULL);
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp359 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry) function
416 LogFlow(("RTDirRead(%p:{%s}, %p:{%s}, %p:{%u}): returns %Rrc\n",
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp426 RTDECL(int) RTDirRead(PRTDIR pDir, PRTDIRENTRY pDirEntry, size_t *pcbDirEntry) function
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp765 rc = RTDirRead(pDir, &entry, NULL);
/vbox/src/bldprogs/
H A Dscm.cpp1279 rc = RTDirRead(pDir, pEntry, NULL);
1285 RTMsgError("RTDirRead -> %Rrc\n", rc);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp2028 while (RT_SUCCESS(RTDirRead(pDir, &DirEntry, NULL)))
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp375 rc = RTDirRead(pDir, &u.Entry, &cbBuf);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_cc.c1990 while (RT_SUCCESS(RTDirRead(pDir, &DirEntry, 0))) {
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2009 vrc = RTDirRead(pDir, &DirEntry, NULL);

Completed in 2040 milliseconds