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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp83 Utf8Str strWhyUnusable; member in struct:ExtPackBaseData
249 m->strWhyUnusable = tr("ExtPack::init failed");
304 m->strWhyUnusable.printf(tr("Failed to the xml file: %s"), pStrLoadErr->c_str());
321 m->strWhyUnusable.setNull();
326 * Protected helper that formats the strWhyUnusable value.
336 m->strWhyUnusable.printfV(a_pszWhyFmt, va);
424 aWhyUnusable = m->strWhyUnusable;
489 hrc = setError(E_FAIL, tr("%s"), m->strWhyUnusable.c_str());
636 hrc = setError(E_FAIL, "%s", m->strWhyUnusable.c_str());
705 m->strWhyUnusable
[all...]

Completed in 36 milliseconds