Searched refs:pszDirDst (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Main/src-helper-apps/ |
H A D | VBoxExtPackHelperApp.cpp | 480 * exception is @a pszDirDst which will be handled by SetExtPackPermissions. 484 * @param pszDirDst Where to unpack it. 489 static RTEXITCODE UnpackExtPack(RTFILE hTarballFile, const char *pszDirDst, RTMANIFEST hValidManifest, argument 492 RTMsgInfo("Unpacking extension pack into '%s'...", pszDirDst); 498 int rc = RTPathAbs(pszDirDst, szDstPath, sizeof(szDstPath) - VBOX_EXTPACK_MAX_MEMBER_NAME_LENGTH - 2); 500 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAbs('%s',,) failed: %Rrc", pszDirDst, rc);
|
Completed in 897 milliseconds