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

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp156 * @param pszCertDir The certificate directory to validate.
158 static bool IsValidCertificateDir(const char *pszCertDir) argument
171 return RTPathCompare(szCorrect, pszCertDir) == 0;
641 * @param pszCertDir The certificat directory.
651 static RTEXITCODE DoInstall2(const char *pszBaseDir, const char *pszCertDir, const char *pszTarball, argument
810 const char *pszCertDir = NULL; local
831 if (pszCertDir)
833 pszCertDir = ValueUnion.psz;
834 if (!IsValidCertificateDir(pszCertDir))
835 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Invalid certificate directory: '%s'", pszCertDir);
[all...]

Completed in 46 milliseconds