Searched refs:RTManifestCreate (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTManifest.cpp90 rc = RTManifestCreate(0 /*fFlags*/, &hManifest);
221 rc = RTManifestCreate(0 /*fFlags*/, &hManifest);
/vbox/include/iprt/
H A Dmanifest.h68 RTDECL(int) RTManifestCreate(uint32_t fFlags, PRTMANIFEST phManifest);
H A Dmangling.h838 # define RTManifestCreate RT_MANGLER(RTManifestCreate) macro
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp735 rc = RTManifestCreate(0 /*fFlags*/, &hTheirManifest);
737 return vboxExtPackReturnError(rc, pszError, cbError, "RTManifestCreate failed: %Rrc", rc);
1146 rc = RTManifestCreate(0 /*fFlags*/, &hFileManifest);
1185 vboxExtPackSetError(pszError, cbError, "RTManifestCreate failed: %Rrc", rc);
1245 rc = RTManifestCreate(0 /*fFlags*/, &hOurManifest);
1384 vboxExtPackSetError(pszError, cbError, "RTManifestCreate failed: %Rrc", rc);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplIO.cpp1710 rc = RTManifestCreate(0 /*fFlags*/, &hFileManifest);
1779 rc = RTManifestCreate(0 /*fFlags*/, &hFileManifest);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp190 RTDECL(int) RTManifestCreate(uint32_t fFlags, PRTMANIFEST phManifest) function
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp514 rc = RTManifestCreate(0 /*fFlags*/, &hUnpackManifest);

Completed in 98 milliseconds