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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp484 char *pszInstDir; local
485 rc = VbglR3GetAdditionsInstallationPath(&pszInstDir);
487 "%s", RT_FAILURE(rc) ? "" : pszInstDir);
489 RTStrFree(pszInstDir);

Completed in 36 milliseconds