Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp168 const string &rootContFilePath = getRootContFilePath(); in mcRegistryStoreRoot() local
169 LOG_I("store Root: %s", rootContFilePath.c_str()); in mcRegistryStoreRoot()
171 FILE *fs = fopen(rootContFilePath.c_str(), "wb"); in mcRegistryStoreRoot()
194 const string &rootContFilePath = getRootContFilePath(); in mcRegistryReadRoot() local
195 LOG_I("read Root: %s", rootContFilePath.c_str()); in mcRegistryReadRoot()
197 FILE *fs = fopen(rootContFilePath.c_str(), "rb"); in mcRegistryReadRoot()
568 string rootContFilePath = getRootContFilePath(); in mcRegistryCleanupRoot() local
569 LOG_I("Delete root: %s", rootContFilePath.c_str()); in mcRegistryCleanupRoot()
570 if (0 != (e = remove(rootContFilePath.c_str()))) { in mcRegistryCleanupRoot()