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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp680 * @param hManifestFile The xml from the extension pack.
719 * @param hManifestFile The manifest file in the extension pack.
724 static int vboxExtPackVerifyManifestAndSignature(RTMANIFEST hOurManifest, RTVFSFILE hManifestFile, RTVFSFILE hSignatureFile, argument
730 int rc = RTVfsFileSeek(hManifestFile, 0, RTFILE_SEEK_BEGIN, NULL);
739 RTVFSIOSTREAM hVfsIos = RTVfsFileToIoStream(hManifestFile);
1252 RTVFSFILE hManifestFile = NIL_RTVFSFILE; local
1287 phVfsFile = &hManifestFile;
1338 if (hManifestFile == NIL_RTVFSFILE)
1350 rc = vboxExtPackVerifyManifestAndSignature(hOurManifest, hManifestFile, hSignatureFile, pszError, cbError);
1380 RTVfsFileRelease(hManifestFile);
[all...]

Completed in 44 milliseconds