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

/vbox/src/VBox/Devices/PC/ACPI/
H A DVBoxAcpi.cpp293 char *pszAmlFilePath = NULL; local
294 int rc = CFGMR3QueryStringAlloc(pDevIns->pCfg, pcszCfgName, &pszAmlFilePath);
301 rc = RTFileOpen(&FileAml, pszAmlFilePath, RTFILE_O_OPEN | RTFILE_O_READ | RTFILE_O_DENY_NONE);
349 MMR3HeapFree(pszAmlFilePath);

Completed in 43 milliseconds