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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1491 Utf8Str strFound; local
1492 if (pThis->i_findModule(pszName, pszExt, enmKind, &strFound, pfNative, NULL))
1493 return RTStrCopy(pszFound, cbFound, strFound.c_str());

Completed in 297 milliseconds