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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp447 RTFILE hFileCpuOnline = NIL_RTFILE; local
449 rc = RTFileOpenF(&hFileCpuOnline, RTFILE_O_WRITE | RTFILE_O_OPEN | RTFILE_O_DENY_NONE,
454 rc = RTFileWrite(hFileCpuOnline, "1", 1, NULL);
455 RTFileClose(hFileCpuOnline);

Completed in 42 milliseconds