Home | History | Annotate | Download | only in Registry

Lines Matching refs:filesize

131     int32_t filesize = ftell(fs);
132 if (sizeof(mcSoAuthTokenCont_t) != filesize) {
203 int32_t filesize = ftell(fs);
204 if (sizeof(mcSoRootCont_t) != filesize) {
267 int32_t filesize = ftell(fs);
268 if (sizeof(mcSoSpCont_t) != filesize) {
331 int32_t filesize = ftell(fs);
332 if (sizeof(mcSoTltCont_t) != filesize) {
334 LOG_E("mcRegistry read So.TrustletCont(uuid) failed: %d. Size=%i, expected=%i", MC_DRV_ERR_OUT_OF_RESOURCES, filesize, sizeof(mcSoTltCont_t));
421 uint32_t filesize = ftell(fs);
422 if (maxLen < filesize) {