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

/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp218 * @param pszProgramPath The program path, NULL if not specified.
220 static int rtR3InitProgramPath(const char *pszProgramPath) argument
225 if (!pszProgramPath)
233 size_t cch = strlen(pszProgramPath);
236 memcpy(g_szrtProcExePath, pszProgramPath, cch + 1);
371 static int rtR3InitBody(uint32_t fFlags, int cArgs, char ***papszArgs, const char *pszProgramPath)
447 rc = rtR3InitProgramPath(pszProgramPath);
549 * @param pszProgramPath The program path. Pass NULL if we're to figure it
552 static int rtR3Init(uint32_t fFlags, int cArgs, char ***papszArgs, const char *pszProgramPath)
589 if (pszProgramPath)
[all...]

Completed in 56 milliseconds