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

  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_token_loader.cc 44 cache_file_(cache_file) {}
61 if (base::PathExists(cache_file_)) {
64 if (file_util::ReadFileToString(cache_file_, &data) &&
user_policy_token_loader.h 48 const base::FilePath cache_file_; member in class:policy::UserPolicyTokenLoader
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 51 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 447 milliseconds