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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp185 RTDIRENTRY DirFolderContent; local
192 while (RT_SUCCESS(RTDirRead(pDirCurr, &DirFolderContent, NULL))) /* Assumption that szName has always enough space */
194 if ( DirFolderContent.cbName >= cchName
195 && !strncmp(DirFolderContent.szName, pPathComponent->pcszName, cchName))
200 char *pszPathLvl = RTPathJoinA(pszPath, DirFolderContent.szName);
276 RTDIRENTRY DirFolderContent; local
277 rc = RTDirRead(pAcpiCpuPathLvl->pDir, &DirFolderContent, NULL);
281 char *pszPathCurr = RTPathJoinA(pAcpiCpuPathLvl->pszPath, DirFolderContent.szName);
425 RTDIRENTRY DirFolderContent; local
426 while (RT_SUCCESS(RTDirRead(pDirDevices, &DirFolderContent, NUL
[all...]

Completed in 55 milliseconds