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

/external/chromium/chrome/browser/policy/
H A Duser_policy_cache.h61 const FilePath backing_file_path_; member in class:policy::UserPolicyCache
H A Duser_policy_cache.cc73 : backing_file_path_(backing_file_path) {
82 if (!file_util::PathExists(backing_file_path_) || initialization_complete()) {
88 if (!file_util::ReadFileToString(backing_file_path_, &data)) {
90 << backing_file_path_.value();
97 << backing_file_path_.value();
124 new PersistPolicyTask(backing_file_path_, NULL, true));
139 new PersistPolicyTask(backing_file_path_, policy_copy, false));

Completed in 415 milliseconds