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

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp393 * @param pszDstFilename The name of the unpacked file.
397 static RTEXITCODE UnpackExtPackFile(const char *pszName, const char *pszDstFilename, argument
407 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTVfsIoStrmQueryInfo failed with %Rrc on '%s'", rc, pszDstFilename);
414 rc = RTFileOpen(&hFile, pszDstFilename, fFlags);
416 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Failed to create '%s': %Rrc", pszDstFilename, rc);
457 RTMsgError("Failed to set the mode of '%s' to %RTfmode: %Rrc", pszDstFilename, ObjInfo.Attr.fMode, rc);
460 RTMsgError("RTManifestPtIosAddEntryNow failed for '%s': %Rrc", pszDstFilename, rc);
463 RTMsgError("RTVfsUtilPumpIoStreams failed for '%s': %Rrc", pszDstFilename, rc);
/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp835 const char *pszDstFilename = NULL; local
874 pszDstFilename = ValueUnion.psz;
911 if (fStdOut && !pszDstFilename)
916 pszDstFilename = "VirtualBoxStream.vmdk";
918 pszDstFilename = "stdout";
922 if (!pszDstFilename)
1037 pszDstFilename, false, 0, uImageFlags, NULL,

Completed in 51 milliseconds