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

/vbox/src/VBox/Storage/testcase/
H A Dvbox-img.cpp834 const char *pszSrcFilename = NULL; local
871 pszSrcFilename = ValueUnion.psz;
904 if (fStdIn && !pszSrcFilename)
909 pszSrcFilename = "stdin";
920 if (!pszSrcFilename)
999 rc = VDGetFormat(NULL, NULL, pszSrcFilename, &pszFormat, &enmType);
1016 rc = VDOpen(pSrcDisk, pszSrcFormat, pszSrcFilename,
1033 RTStrmPrintf(g_pStdErr, "Converting image \"%s\" with size %RU64 bytes (%RU64MB)...\n", pszSrcFilename, cbSize, (cbSize + _1M - 1) / _1M);

Completed in 50 milliseconds