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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageControlVM.cpp1380 RTFILE pngFile = NIL_RTFILE; local
1381 vrc = RTFileOpen(&pngFile, a->argv[2], RTFILE_O_OPEN_CREATE | RTFILE_O_WRITE | RTFILE_O_TRUNCATE | RTFILE_O_DENY_ALL);
1388 vrc = RTFileWrite(pngFile, saScreenshot.raw(), saScreenshot.size(), NULL);
1394 RTFileClose(pngFile);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6898 Utf8Str pngFile = Utf8StrFmt("%s%cVBox.png", local
6916 Utf8Str *files[] = { &logFile, &pngFile };

Completed in 73 milliseconds