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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp421 PRTDIR pDirDevices = NULL; local
422 int rc = RTDirOpen(&pDirDevices, SYSFS_CPU_PATH);
426 while (RT_SUCCESS(RTDirRead(pDirDevices, &DirFolderContent, NULL))) /* Assumption that szName has always enough space */

Completed in 43 milliseconds