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

/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp383 char szRealExec[RTPATH_MAX]; local
393 rc = RTPathTraverseList(pszPath, ':', rtPathFindExec, (void *)pszExec, &szRealExec[0]);
397 pszExec = szRealExec;
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1106 char szRealExec[RTPATH_MAX]; local
1117 rc = RTPathTraverseList(pszPath, ';', rtPathFindExec, (void *)pszExec, &szRealExec[0]);
1121 pszExec = szRealExec;

Completed in 47 milliseconds