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

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp566 RTFILE fileDest; local
567 rc = RTFileOpen(&fileDest, pszDest, RTFILE_O_CREATE | RTFILE_O_WRITE | RTFILE_O_DENY_WRITE);
579 rc = RTFileWrite(fileDest, (uint8_t*)byBuffer, cbRead, &cbWritten);
584 RTFileClose(fileDest);
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp625 RTFILE fileDest; local
626 rc = RTFileOpen(&fileDest, mDest.c_str(),
733 rc = RTFileWrite(fileDest, byBuf, cbRead, NULL /* No partial writes */);
817 RTFileClose(fileDest);

Completed in 47 milliseconds