Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
DmcContainer.h248 mcRootCont_t cont; member
255 mcSpCont_t cont; member
262 mcTltCont_t cont; member
269 mcDataCont_t cont; member
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp164 if (CONT_TYPE_ROOT != so->cont.type) { in mcRegistryStoreRoot()
227 if (CONT_TYPE_SP != so->cont.type) { in mcRegistryStoreSp()
291 if (CONT_TYPE_TLCON != so->cont.type) { in mcRegistryStoreTrustletCon()
356 switch (so->cont.type) { in mcRegistryStoreData()
362 pathname = getTlDataPath(&so->cont.uuid); in mcRegistryStoreData()
363 filename = getTlDataFilePath(&so->cont.uuid, so->cont.pid); in mcRegistryStoreData()
407 filename = getTlDataFilePath(&so->cont.uuid, so->cont.pid); in mcRegistryReadData()
507 …if (0 != strncmp((const char *) & (data.cont.children[i]), (const char *)&MC_UUID_FREE, sizeof(mcU… in mcRegistryCleanupSp()
508 ret = mcRegistryCleanupTrustlet(&(data.cont.children[i])); in mcRegistryCleanupSp()
558 mcSpid_t spid = data.cont.children[i]; in mcRegistryCleanupRoot()
[all …]