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

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPIGlue.c126 static int tryLoadLibrary(const char *pszHome, int fSetAppHome) function
261 return tryLoadLibrary(pszHome, 0);
267 if (tryLoadLibrary("/opt/VirtualBox", 1) == 0)
269 if (tryLoadLibrary("/usr/lib/virtualbox", 1) == 0)
272 if (tryLoadLibrary("/opt/VirtualBox/amd64", 1) == 0)
274 if (tryLoadLibrary("/opt/VirtualBox/i386", 1) == 0)
277 if (tryLoadLibrary("/Applications/VirtualBox.app/Contents/MacOS", 1) == 0)
280 if (tryLoadLibrary("/usr/local/lib/virtualbox", 1) == 0)
283 if (tryLoadLibrary("C:/Apps/VirtualBox", 1) == 0)
298 if (tryLoadLibrary(szPat
[all...]

Completed in 42 milliseconds