Home
last modified time | relevance | path

Searched refs:nDupNameLength (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
Dlib_manifest2.c544 uint32_t nDupNameLength; in libManifest2GetNextItem() local
588 &nDupNameLength, in libManifest2GetNextItem()
600 nDupNameLength)) in libManifest2GetNextItem()
605 LOG_ERROR(pContext, "Duplicate section %.*s", nDupNameLength, pDupName); in libManifest2GetNextItem()
612 if (nDupNameLength == *pNameLength && in libManifest2GetNextItem()
613 memcmp(pDupName, *ppName, nDupNameLength) == 0) in libManifest2GetNextItem()
619 LOG_ERROR(pContext,"Duplicate property %.*s", nDupNameLength, pDupName); in libManifest2GetNextItem()
/hardware/ti/omap4xxx/security/tf_daemon/
Dlib_manifest2.c544 uint32_t nDupNameLength; in libManifest2GetNextItem() local
588 &nDupNameLength, in libManifest2GetNextItem()
600 nDupNameLength)) in libManifest2GetNextItem()
605 LOG_ERROR(pContext, "Duplicate section %.*s", nDupNameLength, pDupName); in libManifest2GetNextItem()
612 if (nDupNameLength == *pNameLength && in libManifest2GetNextItem()
613 memcmp(pDupName, *ppName, nDupNameLength) == 0) in libManifest2GetNextItem()
619 LOG_ERROR(pContext,"Duplicate property %.*s", nDupNameLength, pDupName); in libManifest2GetNextItem()