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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2001 * NOTE2: We have to remove the PidFile if this file exists. */
2438 RTFILE PidFile; local
2439 RTFileOpen(&PidFile, gpszPidFile, RTFILE_O_WRITE | RTFILE_O_CREATE_REPLACE | RTFILE_O_DENY_NONE);
2441 RTFileWrite(PidFile, szBuf, strlen(szBuf), NULL);
2442 RTFileWrite(PidFile, pcszLf, strlen(pcszLf), NULL);
2443 RTFileClose(PidFile);

Completed in 304 milliseconds