Searched refs:nDupNameLength (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/security/tf_daemon/ |
D | lib_manifest2.c | 544 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/ |
D | lib_manifest2.c | 544 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()
|