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

/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp77 PRTSTREAM hStrm; member in struct:BIOSMAP
210 PRTSTREAM hStrm; local
211 int rc = RTStrmOpen(pObjFile->pszSource, "r", &hStrm);
222 while ((rc = RTStrmGetLine(hStrm, szLine, sizeof(szLine))) == VINF_SUCCESS)
269 RTStrmClose(hStrm);
1185 PRTSTREAM hStrm; local
1186 int rc = RTStrmOpen(pszBiosSym, "rb", &hStrm);
1189 RTStrmClose(hStrm);
1225 int rc = RTStrmGetLine(pMap->hStrm, pMap->szLine, sizeof(pMap->szLine));
1882 Map.hStrm
[all...]

Completed in 47 milliseconds