Searched refs:rootContFilePath (Results 1 – 1 of 1) sorted by relevance
168 const string &rootContFilePath = getRootContFilePath(); in mcRegistryStoreRoot() local169 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() local195 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() local569 LOG_I("Delete root: %s", rootContFilePath.c_str()); in mcRegistryCleanupRoot()570 if (0 != (e = remove(rootContFilePath.c_str()))) { in mcRegistryCleanupRoot()