OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cache_file_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/chromeos/policy/
user_policy_token_loader.cc
27
cache_file_
(cache_file),
46
if (base::PathExists(
cache_file_
)) {
49
if (base::ReadFileToString(
cache_file_
, &data) &&
user_policy_token_loader.h
54
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 24 milliseconds