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

/vbox/src/VBox/Runtime/r3/
H A Dprocess.cpp94 RTR3DECL(char *) RTProcGetExecutablePath(char *pszExecPath, size_t cbExecPath) argument
103 if (cch < cbExecPath)
110 AssertMsgFailed(("Buffer too small (%zu <= %zu)\n", cbExecPath, cch));

Completed in 50 milliseconds