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

/vbox/src/VBox/Main/src-server/
H A DHostVideoInputDeviceImpl.cpp181 Utf8Str strLibrary; local
185 hr = pExtPackMgr->i_getLibraryPathForExtPack("VBoxHostWebcam", &strExtPackPuel, &strLibrary);
194 int rc = loadHostWebcamLibrary(strLibrary.c_str(), &hmod, &pfn);
196 LogRel(("Load [%s] rc %Rrc\n", strLibrary.c_str(), rc));

Completed in 31 milliseconds