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

/vbox/src/bldprogs/
H A DVBoxDef2LazyLoad.cpp787 * @param pszArgv0 The argv[0] string.
789 static int usage(const char *pszArgv0) argument
798 , pszArgv0);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp1065 * @param pszArgv0 First argument (argv0), either original or modified version. Optional.
1070 static int gstcntlProcessAllocateArgv(const char *pszArgv0, argument
1076 VBoxServiceVerbose(3, "GstCntlProcessPrepareArgv: pszArgv0=%p, papszArgs=%p, fExpandArgs=%RTbool, ppapszArgv=%p\n",
1077 pszArgv0, papszArgs, fExpandArgs, ppapszArgv);
1100 rc = RTStrDupEx(&papszNewArgv[0], pszArgv0);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp1538 SUPR3DECL(int) SUPR3HardenedVerifySelf(const char *pszArgv0, bool fInternal, PRTERRINFO pErrInfo) argument
1543 AssertPtr(pszArgv0);
1560 if (RTPathCompare(pszArgv0, szExecPath) != 0)
1562 "argv[0] does not match the executable image path: '%s' != '%s'", pszArgv0, szExecPath);

Completed in 43 milliseconds