Searched refs:llSrcDisksDigest (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h196 std::list<STRPAIR> llSrcDisksDigest; // Digests of the source disks member in struct:Appliance::ImportStack
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1522 stack.llSrcDisksDigest.push_front(STRPAIR(pTask->locInfo.strPath, m->strOVFSHADigest));
1747 stack.llSrcDisksDigest.push_front(STRPAIR(OVFfilename, m->strOVFSHADigest));
2071 PRTMANIFESTTEST paTests = (PRTMANIFESTTEST)RTMemAlloc(sizeof(RTMANIFESTTEST) * stack.llSrcDisksDigest.size());
2077 for (it1 = stack.llSrcDisksDigest.begin();
2078 it1 != stack.llSrcDisksDigest.end();
2085 int vrc = RTManifestVerifyFilesBuf(pvBuf, cbSize, paTests, stack.llSrcDisksDigest.size(), &iFailed);
2352 * we put strSourceOVF into the stack.llSrcDisksDigest in the end of this
2655 stack.llSrcDisksDigest.push_back(STRPAIR(strSourceOVF, pStorage ? pStorage->strDigest : ""));

Completed in 50 milliseconds