Lines Matching defs:strWhyUnusable

83     Utf8Str             strWhyUnusable;
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 = tr("ExtPack::init failed");
1020 hrc = setError(E_FAIL, tr("%s"), m->strWhyUnusable.c_str());
1166 * This updates the state accordingly, the strWhyUnusable and fUnusable members
1181 m->strWhyUnusable.printf(tr("RTPathQueryInfoEx on '%s' failed: %Rrc"), m->strExtPackPath.c_str(), vrc);
1187 m->strWhyUnusable.printf(tr("'%s' is a symbolic link, this is not allowed"),
1190 m->strWhyUnusable.printf(tr("'%s' is a symbolic file, not a directory"),
1193 m->strWhyUnusable.printf(tr("'%s' is not a directory (fMode=%#x)"),
1203 m->strWhyUnusable.printf(tr("%s (rc=%Rrc)"), ErrInfo.Core.pszMsg, vrc);
1214 m->strWhyUnusable.printf(tr("Failed to load '%s/%s': %s"),
1226 m->strWhyUnusable.printf(tr("The description name ('%s') and directory name ('%s') does not match"),
1239 m->strWhyUnusable.printf(tr("Failed to locate the main module ('%s')"), m->Desc.strMainModule.c_str());
1246 m->strWhyUnusable.printf(tr("%s"), ErrInfo.Core.pszMsg);
1256 m->strWhyUnusable.printf(tr("Failed to load the main module ('%s'): %Rrc - %s"),
1263 m->strWhyUnusable.printf(tr("Only native main modules are currently supported"));
1299 m->strWhyUnusable.setNull();
1303 m->strWhyUnusable = tr("The registration structure contains on or more invalid function pointers");
1306 m->strWhyUnusable.printf(tr("Unsupported registration structure version %u.%u"),
1310 m->strWhyUnusable.printf(tr("%s returned %Rrc, pReg=%p ErrInfo='%s'"),
1315 m->strWhyUnusable.printf(tr("Failed to resolve exported symbol '%s' in the main module: %Rrc"),
1689 aWhyUnusable = m->strWhyUnusable;
1748 hrc = setError(E_FAIL, tr("%s"), m->strWhyUnusable.c_str());
2506 a_pszName, ptrNewExtPack->m->strWhyUnusable.c_str() ));
2521 hrc = setError(E_FAIL, "%s", pExtPack->m->strWhyUnusable.c_str());
3092 pExtPackData->strWhyUnusable.c_str() ));