Searched refs:authTokenFilePath (Results 1 – 1 of 1) sorted by relevance
96 const string &authTokenFilePath = getAuthTokenFilePath(); in mcRegistryStoreAuthToken() local97 LOG_I("store AuthToken: %s", authTokenFilePath.c_str()); in mcRegistryStoreAuthToken()99 FILE *fs = fopen(authTokenFilePath.c_str(), "wb"); in mcRegistryStoreAuthToken()122 const string &authTokenFilePath = getAuthTokenFilePath(); in mcRegistryReadAuthToken() local123 LOG_I("read AuthToken: %s", authTokenFilePath.c_str()); in mcRegistryReadAuthToken()125 FILE *fs = fopen(authTokenFilePath.c_str(), "rb"); in mcRegistryReadAuthToken()