Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp96 const string &authTokenFilePath = getAuthTokenFilePath(); in mcRegistryStoreAuthToken() local
97 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() local
123 LOG_I("read AuthToken: %s", authTokenFilePath.c_str()); in mcRegistryReadAuthToken()
125 FILE *fs = fopen(authTokenFilePath.c_str(), "rb"); in mcRegistryReadAuthToken()