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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTProcWait.cpp46 const char *pszExe; member in struct:SpawnerArgs
54 const char *apszArgs[3] = { pArgs->pszExe, "child", NULL };
/vbox/src/VBox/Runtime/tools/
H A DRTSignTool.cpp95 const char *pszExe = NULL; local
109 case 'e': pszExe = ValueUnion.psz; break;
118 if (!pszExe)
119 pszExe = ValueUnion.psz;
130 if (!pszExe)
143 rc = RTLdrOpen(pszExe, RTLDR_O_FOR_VALIDATION, enmLdrArch, &hLdrMod);
145 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Error opening executable image '%s': %Rrc", pszExe, rc);
232 RTMsgError("RTLDRPROP_PKCS7_SIGNED_DATA failed on '%s': %Rrc", pszExe, rc);

Completed in 44 milliseconds