Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client.c737 uint32_t nCurrentSectorCount; in partitionSetSize() local
753 nCurrentSectorCount = ftell(pFile) / g_nSectorSize; in partitionSetSize()
755 if (nNewSectorCount > nCurrentSectorCount) in partitionSetSize()
763 nAddedBytesCount = (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize; in partitionSetSize()
773 else if (nNewSectorCount < nCurrentSectorCount) in partitionSetSize()
/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client.c855 uint32_t nCurrentSectorCount; in partitionSetSize() local
871 nCurrentSectorCount = ftell(pFile) / g_nSectorSize; in partitionSetSize()
873 if (nNewSectorCount > nCurrentSectorCount) in partitionSetSize()
881 nAddedBytesCount = (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize; in partitionSetSize()
891 else if (nNewSectorCount < nCurrentSectorCount) in partitionSetSize()