Searched refs:pszProgName (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dmessage.cpp71 const char *pszProgName = g_pszProgName; local
72 if (!pszProgName)
73 g_pszProgName = pszProgName = &g_szrtProcExePath[g_offrtProcName];
86 RTStrmPrintf(pDst, "%s: %s%s\n", pszProgName, pszPrefix, psz);
94 RTStrmPrintf(pDst, "%s: %s%s\n", pszProgName, pszPrefix, psz);
103 RTStrmPrintf(pDst, "%s: %s", pszProgName, pszPrefix);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedMain.cpp182 static PFNSUPTRUSTEDERROR supR3HardenedMainGetTrustedError(const char *pszProgName);
1715 * @param pszProgName The program name.
1717 static PFNSUPTRUSTEDERROR supR3HardenedMainGetTrustedError(const char *pszProgName) argument
1733 suplibHardenedStrCopyEx(&szPath[cch], sizeof(szPath) - cch, "/", pszProgName, SUPLIB_DLL_SUFF, NULL);
1766 * @param pszProgName The program name.
1769 static PFNSUPTRUSTEDMAIN supR3HardenedMainGetTrustedMain(const char *pszProgName) argument
1777 suplibHardenedStrCopyEx(&szPath[cch], sizeof(szPath) - cch, "/", pszProgName, SUPLIB_DLL_SUFF, NULL);
1816 * and load the DLL corresponding to \a pszProgName and execute its main
1821 * @param pszProgName The program name. This will be used to figure out which
1828 DECLHIDDEN(int) SUPR3HardenedMain(const char *pszProgName, uint32_ argument
[all...]
H A DSUPR3HardenedVerify.cpp851 * @param pszProgName See supR3HardenedVerifyAll.
856 static int supR3HardenedVerifyProgram(const char *pszProgName, bool fFatal, bool fLeaveOpen) argument
864 size_t const cchProgName = suplibHardenedStrLen(pszProgName);
866 if (!suplibHardenedStrNCmp(pszProgName, g_aSupInstallFiles[iFile].pszFile, cchProgName))
875 "supR3HardenedVerifyProgram: duplicate DLL entry for \"%s\"\n", pszProgName);
888 "supR3HardenedVerifyProgram: duplicate EXE entry for \"%s\"\n", pszProgName);
914 "supR3HardenedVerifyProgram: Couldn't find the program \"%s\"\n", pszProgName);
917 "supR3HardenedVerifyProgram: Couldn't find the EXE entry for \"%s\"\n", pszProgName);
920 "supR3HardenedVerifyProgram: Couldn't find the DLL entry for \"%s\"\n", pszProgName);
935 * @param pszProgName Th
939 supR3HardenedVerifyAll(bool fFatal, const char *pszProgName) argument
[all...]
H A DSUPLibInternal.h443 DECLHIDDEN(int) supR3HardenedVerifyAll(bool fFatal, const char *pszProgName);
465 DECLHIDDEN(void) supR3HardenedWinResolveVerifyTrustApiAndHookThreadCreation(const char *pszProgName);
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp866 * @param pszProgName The program name.
868 static void rtZipTarUsage(const char *pszProgName)
876 pszProgName);
/vbox/include/VBox/
H A Dsup.h1047 * and load the DLL corresponding to \a pszProgName and execute its main
1052 * @param pszProgName The program name. This will be used to figure out which
1059 DECLHIDDEN(int) SUPR3HardenedMain(const char *pszProgName, uint32_t fFlags, int argc, char **argv, char **envp);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyImage-win.cpp2027 * @param pszProgName The program name.
2029 DECLHIDDEN(void) supR3HardenedWinResolveVerifyTrustApiAndHookThreadCreation(const char *pszProgName) argument
2129 supR3HardenedFatalMsg(pszProgName, kSupInitOp_Integrity, rc,

Completed in 477 milliseconds