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

/vbox/src/VBox/Devices/PC/ACPI/
H A DVBoxAcpi.cpp299 RTFILE FileAml = NIL_RTFILE; local
301 rc = RTFileOpen(&FileAml, pszAmlFilePath, RTFILE_O_OPEN | RTFILE_O_READ | RTFILE_O_DENY_NONE);
309 rc = RTFileGetSize(FileAml, &cbAmlFile);
320 rc = RTFileReadAt(FileAml, 0, pabAmlCode, cbAmlCode, NULL);
347 RTFileClose(FileAml);

Completed in 43 milliseconds