Searched refs:RTMANIFEST_ATTR_SIZE (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/tools/
H A DRTManifest.cpp320 { "size", RTMANIFEST_ATTR_SIZE },
389 fAttr = RTMANIFEST_ATTR_SIZE | RTMANIFEST_ATTR_MD5
/vbox/include/iprt/
H A Dmanifest.h45 #define RTMANIFEST_ATTR_SIZE RT_BIT_32(0) macro
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest3.cpp186 if (pHashes->fAttrs & RTMANIFEST_ATTR_SIZE)
189 rc2 = RTManifestEntrySetAttr(hManifest, pszEntry, "SIZE", szValue, RTMANIFEST_ATTR_SIZE);
H A Dmanifest2.cpp1381 { "SIZE", RTMANIFEST_ATTR_SIZE, 64, 10}
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1304 rc = RTManifestEntryAddIoStream(hOurManifest, hVfsIos, pszAdjName, RTMANIFEST_ATTR_SIZE | RTMANIFEST_ATTR_SHA256);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp428 RTMANIFEST_ATTR_SIZE | RTMANIFEST_ATTR_SHA256,

Completed in 732 milliseconds