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

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp47 Utf8Str strLastAccessError; member in struct:SharedFolder::Data
361 m->strLastAccessError = Utf8StrFmt(tr("'%s' is not accessible (%Rrc)"),
365 LogWarningThisFunc(("m.lastAccessError=\"%s\"\n", m->strLastAccessError.c_str()));
394 aLastAccessError = m->strLastAccessError;
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp129 Utf8Str strLastAccessError; member in struct:Medium::Data
1165 m->strLastAccessError = tr("Accessibility check was not yet performed");
1192 Assert(!m->strLastAccessError.isEmpty());
1193 rc = setError(E_FAIL, "%s", m->strLastAccessError.c_str());
1261 m->strLastAccessError = tr("Accessibility check was not yet performed");
1978 aLastAccessError = m->strLastAccessError;
6386 m->strLastAccessError.setNull();
6390 m->strLastAccessError = lastAccessError;
6392 location.c_str(), m->strLastAccessError.c_str(),
6583 if (!m->strLastAccessError
[all...]

Completed in 59 milliseconds