HomeSort by relevance Sort by last modified time
    Searched full:authtokenfilepath (Results 1 - 1 of 1) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 96 const string &authTokenFilePath = getAuthTokenFilePath();
97 LOG_I("store AuthToken: %s", authTokenFilePath.c_str());
99 FILE *fs = fopen(authTokenFilePath.c_str(), "wb");
122 const string &authTokenFilePath = getAuthTokenFilePath();
123 LOG_I("read AuthToken: %s", authTokenFilePath.c_str());
125 FILE *fs = fopen(authTokenFilePath.c_str(), "rb");

Completed in 1024 milliseconds