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

/vbox/src/VBox/Devices/PC/ACPI/
H A DVBoxAcpi.cpp308 uint64_t cbAmlFile = 0; local
309 rc = RTFileGetSize(FileAml, &cbAmlFile);
311 cbAmlCode = (size_t)cbAmlFile;
315 && ((uint64_t)cbAmlCode == cbAmlFile))

Completed in 44 milliseconds