Searched refs:tlContFilePath (Results 1 – 1 of 1) sorted by relevance
295 const string &tlContFilePath = getTlContFilePath(uuid); in mcRegistryStoreTrustletCon() local296 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() local323 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() local476 LOG_I("delete Tlc: %s", tlContFilePath.c_str()); in mcRegistryCleanupTrustlet()477 if (0 != (e = remove(tlContFilePath.c_str()))) { in mcRegistryCleanupTrustlet()