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

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h147 QString lastAccessError() const { return m_strLastAccessError; } function in class:UIMedium
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp5995 Utf8Str lastAccessError; local
6100 lastAccessError = Utf8StrFmt(tr("Could not open the medium '%s'%s"),
6116 lastAccessError = Utf8StrFmt(tr("Could not update the UUID of medium '%s'%s"),
6129 lastAccessError = Utf8StrFmt(tr("Could not update the parent UUID of medium '%s'%s"),
6160 lastAccessError = Utf8StrFmt(
6251 lastAccessError = Utf8StrFmt(tr("Parent medium with UUID {%RTuuid} of the medium '%s' is not found in the media registry ('%s')"),
6308 lastAccessError = Utf8StrFmt(
6329 lastAccessError = Utf8StrFmt(
6361 lastAccessError = Utf8StrFmt(tr("Could not update and close the medium '%s'%s"),
6390 m->strLastAccessError = lastAccessError;
[all...]

Completed in 257 milliseconds