Searched refs:cache_file_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc51 const FilePath cache_file_; member in class:policy::UserPolicyIdentityStrategy::TokenCache
60 cache_file_(cache_file) {}
88 if (file_util::PathExists(cache_file_)) {
91 if (file_util::ReadFileToString(cache_file_, &data) &&
126 << cache_file_.value();
130 file_util::WriteFile(cache_file_, data.c_str(), data.length());

Completed in 145 milliseconds