Lines Matching defs:src
1816 Utf8Str src;
1828 src = argv[i];
1845 if (src.isEmpty())
1869 vrc = VDOpen(pDisk, "VMDK", src.c_str(), VD_OPEN_FLAGS_NORMAL, NULL);
1892 Utf8Str src;
1908 else if (src.isEmpty())
1910 src = argv[i];
1926 if (src.isEmpty())
1969 src.c_str(), &pszFormat, &enmType);
1987 vrc = VDOpen(pDisk, srcformat.c_str(), src.c_str(), VD_OPEN_FLAGS_READONLY, NULL);
2007 RTStrmPrintf(g_pStdErr, "Converting image \"%s\" with size %RU64 bytes (%RU64MB) to raw...\n", src.c_str(), cbSize, (cbSize + _1M - 1) / _1M);
2055 Utf8Str src;
2083 else if (src.isEmpty())
2085 src = argv[i];
2097 if (src.isEmpty())
2119 src.c_str(), &pszFormat, &enmSrcType);
2137 vrc = VDOpen(pSrcDisk, srcformat.c_str(), src.c_str(), VD_OPEN_FLAGS_READONLY, NULL);
2156 RTStrmPrintf(g_pStdErr, "Converting image \"%s\" with size %RU64 bytes (%RU64MB)...\n", src.c_str(), cbSize, (cbSize + _1M - 1) / _1M);