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

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest.cpp51 char *pszManifestFile; member in struct:RTMANIFESTFILEENTRY
105 RTR3DECL(int) RTManifestVerify(const char *pszManifestFile, PRTMANIFESTTEST paTests, size_t cTests, size_t *piFailed) argument
108 AssertPtrReturn(pszManifestFile, VERR_INVALID_POINTER);
112 int rc = RTFileOpen(&file, pszManifestFile, RTFILE_O_OPEN | RTFILE_O_READ | RTFILE_O_DENY_NONE);
152 RTR3DECL(int) RTManifestVerifyFiles(const char *pszManifestFile, const char * const *papszFiles, size_t cFiles, size_t *piFailed, argument
156 AssertPtrReturn(pszManifestFile, VERR_INVALID_POINTER);
187 rc = RTManifestVerify(pszManifestFile, paFiles, cFiles, piFailed);
200 RTR3DECL(int) RTManifestWriteFiles(const char *pszManifestFile, RTDIGESTTYPE enmDigestType, argument
205 AssertPtrReturn(pszManifestFile, VERR_INVALID_POINTER);
210 int rc = RTFileOpen(&file, pszManifestFile, RTFILE_O_CREAT
[all...]
/vbox/include/iprt/
H A Dmanifest.h424 * @param pszManifestFile Filename of the manifest file to verify.
432 RTR3DECL(int) RTManifestVerify(const char *pszManifestFile, PRTMANIFESTTEST paTests, size_t cTests, size_t *piFailed);
440 * @param pszManifestFile Filename of the manifest file to verify.
450 RTR3DECL(int) RTManifestVerifyFiles(const char *pszManifestFile, const char * const *papszFiles, size_t cFiles, size_t *piFailed,
460 * @param pszManifestFile Filename of the manifest file to create.
468 RTR3DECL(int) RTManifestWriteFiles(const char *pszManifestFile, RTDIGESTTYPE enmDigestType,

Completed in 33 milliseconds