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

  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 73 : 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));
user_policy_cache.h 61 const FilePath backing_file_path_; member in class:policy::UserPolicyCache

Completed in 28 milliseconds