Searched refs:STRPAIR (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h34 typedef std::pair<Utf8Str, Utf8Str> STRPAIR; typedef
196 std::list<STRPAIR> llSrcDisksDigest; // Digests of the source disks
/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp2068 list<STRPAIR> fileList;
2101 fileList.push_back(STRPAIR(strOvfFile, pStorage->strDigest));
2300 fileList.push_back(STRPAIR(strTargetFilePath, pStorage->strDigest));
2313 list<STRPAIR>::const_iterator it1;
2354 list<STRPAIR>::const_iterator it1;
H A DApplianceImplImport.cpp1522 stack.llSrcDisksDigest.push_front(STRPAIR(pTask->locInfo.strPath, m->strOVFSHADigest));
1747 stack.llSrcDisksDigest.push_front(STRPAIR(OVFfilename, m->strOVFSHADigest));
2076 list<STRPAIR>::const_iterator it1;
2655 stack.llSrcDisksDigest.push_back(STRPAIR(strSourceOVF, pStorage ? pStorage->strDigest : ""));

Completed in 61 milliseconds