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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp1290 RTFILE hFilePcBios; local
1291 rc = RTFileOpen(&hFilePcBios, pThis->pszPcBiosFile,
1297 rc = RTFileGetSize(hFilePcBios, &cbPcBios);
1309 rc = RTFileRead(hFilePcBios, pThis->pu8PcBios, pThis->cbPcBios, NULL);
1328 RTFileClose(hFilePcBios);

Completed in 44 milliseconds