Lines Matching refs:GuestSession

65 GuestSessionTask::GuestSessionTask(GuestSession *pSession)
154 GuestSession::getStaticComponentName(),
162 SessionTaskOpen::SessionTaskOpen(GuestSession *pSession,
181 ComObjPtr<GuestSession> pSession = mSession;
218 SessionTaskCopyTo::SessionTaskCopyTo(GuestSession *pSession,
232 SessionTaskCopyTo::SessionTaskCopyTo(GuestSession *pSession,
253 ComObjPtr<GuestSession> pSession = mSession;
262 Utf8StrFmt(GuestSession::tr("Copy flags (%#x) not implemented yet"),
278 Utf8StrFmt(GuestSession::tr("Source file \"%s\" does not exist or is not a file"),
288 Utf8StrFmt(GuestSession::tr("Could not open source file \"%s\" for reading: %Rrc"),
297 Utf8StrFmt(GuestSession::tr("Could not query file size of \"%s\": %Rrc"),
339 Utf8StrFmt(GuestSession::tr(
389 Utf8StrFmt(GuestSession::tr("Could not read from file \"%s\" (%Rrc)"),
397 Utf8StrFmt(GuestSession::tr("Seeking file \"%s\" to offset %RU64 failed: %Rrc"),
435 Utf8StrFmt(GuestSession::tr("Writing to file \"%s\" (offset %RU64) failed: %Rrc"),
487 Utf8StrFmt(GuestSession::tr("Access denied when copying file \"%s\" to \"%s\""),
495 Utf8StrFmt(GuestSession::tr("Copying file \"%s\" failed (%RU64/%RU64 bytes transfered)"),
509 GuestSession::tr("Waiting on termination for copying file \"%s\" failed: %Rrc"),
514 Utf8StrFmt(GuestSession::tr(
532 Utf8StrFmt(GuestSession::tr(
578 SessionTaskCopyFrom::SessionTaskCopyFrom(GuestSession *pSession,
596 ComObjPtr<GuestSession> pSession = mSession;
613 Utf8StrFmt(GuestSession::tr("Querying guest file information for \"%s\" failed: %Rrc"),
619 Utf8StrFmt(GuestSession::tr("Object \"%s\" on the guest is not a file"), mSource.c_str()));
631 Utf8StrFmt(GuestSession::tr("Error opening destination file \"%s\": %Rrc"),
637 procInfo.mName = Utf8StrFmt(GuestSession::tr("Copying file \"%s\" from guest to the host to \"%s\" (%RI64 bytes)"),
662 Utf8StrFmt(GuestSession::tr(
692 Utf8StrFmt(GuestSession::tr("Error while creating guest process for copying file \"%s\" from guest to host: %Rrc"),
723 Utf8StrFmt(GuestSession::tr("Reading from file \"%s\" (offset %RU64) failed: %Rrc"),
737 Utf8StrFmt(GuestSession::tr("Error writing to file \"%s\" (%RU64 bytes left): %Rrc"),
783 Utf8StrFmt(GuestSession::tr("Unable to write \"%s\" to \"%s\": Access denied"),
791 Utf8StrFmt(GuestSession::tr("Copying file \"%s\" failed (%RU64/%RI64 bytes transfered)"),
806 Utf8StrFmt(GuestSession::tr("Copying file \"%s\" failed with status %ld, exit code %d"),
850 SessionTaskUpdateAdditions::SessionTaskUpdateAdditions(GuestSession *pSession,
905 int SessionTaskUpdateAdditions::i_copyFileToGuest(GuestSession *pSession, PRTISOFSFILE pISO,
937 SessionTaskCopyTo *pTask = new SessionTaskCopyTo(pSession /* GuestSession */,
943 rc = pSession->i_startTaskAsync(Utf8StrFmt(GuestSession::tr("Copying Guest Additions installer file \"%s\" to \"%s\" on guest"),
1001 Utf8StrFmt(GuestSession::tr("Error while querying size for file \"%s\": %Rrc"),
1018 int SessionTaskUpdateAdditions::i_runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo)
1041 Utf8StrFmt(GuestSession::tr("Running update file \"%s\" on guest terminated with exit code %ld"),
1052 Utf8StrFmt(GuestSession::tr("Update file \"%s\" reported invalid running state"),
1058 Utf8StrFmt(GuestSession::tr("Error while running update file \"%s\" on guest: %Rrc"),
1071 ComObjPtr<GuestSession> pSession = mSession;
1108 Utf8StrFmt(GuestSession::tr("Guest Additions were not ready within time, giving up")));
1121 Utf8StrFmt(GuestSession::tr("Guest Additions are installed but not fully loaded yet, aborting automatic update")));
1124 Utf8StrFmt(GuestSession::tr("Guest Additions not installed or ready, aborting automatic update")));
1141 Utf8StrFmt(GuestSession::tr("Guest has too old Guest Additions (%s) installed for automatic updating, please update manually"),
1170 Utf8StrFmt(GuestSession::tr("Unable to detected guest OS version, please update manually")));
1190 Utf8StrFmt(GuestSession::tr("Windows 2000 and XP are not supported for automatic updating due to WHQL interaction, please update manually")));
1198 Utf8StrFmt(GuestSession::tr("%s (%s) not supported for automatic updating, please update manually"),
1215 Utf8StrFmt(GuestSession::tr("Detected guest OS (%s) does not support automatic Guest Additions updating, please update manually"),
1233 Utf8StrFmt(GuestSession::tr("Unable to open Guest Additions .ISO file \"%s\": %Rrc"),
1301 Utf8StrFmt(GuestSession::tr("Error creating installation directory \"%s\" on the guest: %Rrc"),
1432 Utf8StrFmt(GuestSession::tr("Error while copying file \"%s\" to \"%s\" on the guest: %Rrc"),
1493 Utf8StrFmt(GuestSession::tr("Installation was canceled")));