Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp295 const string &tlContFilePath = getTlContFilePath(uuid); in mcRegistryStoreTrustletCon() local
296 LOG_I("store TLc: %s", tlContFilePath.c_str()); in mcRegistryStoreTrustletCon()
298 FILE *fs = fopen(tlContFilePath.c_str(), "wb"); in mcRegistryStoreTrustletCon()
322 const string &tlContFilePath = getTlContFilePath(uuid); in mcRegistryReadTrustletCon() local
323 LOG_I("read TLc: %s", tlContFilePath.c_str()); in mcRegistryReadTrustletCon()
325 FILE *fs = fopen(tlContFilePath.c_str(), "rb"); in mcRegistryReadTrustletCon()
475 string tlContFilePath = getTlContFilePath(uuid); in mcRegistryCleanupTrustlet() local
476 LOG_I("delete Tlc: %s", tlContFilePath.c_str()); in mcRegistryCleanupTrustlet()
477 if (0 != (e = remove(tlContFilePath.c_str()))) { in mcRegistryCleanupTrustlet()