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

  /external/chromium_org/chrome/browser/chromeos/policy/
user_policy_disk_cache.cc 28 backing_file_path_(backing_file_path),
53 if (!base::PathExists(backing_file_path_)) {
60 if (!base::ReadFileToString(backing_file_path_, &data)) {
62 << backing_file_path_.value();
70 << backing_file_path_.value();
124 if (!base::CreateDirectory(backing_file_path_.DirName())) {
126 << backing_file_path_.DirName().value();
134 if (file_util::WriteFile(backing_file_path_, data.c_str(), size) != size) {
135 LOG(WARNING) << "Failed to write " << backing_file_path_.value();
user_policy_disk_cache.h 84 const base::FilePath backing_file_path_; member in class:policy::UserPolicyDiskCache
  /external/chromium/chrome/browser/policy/
user_policy_cache.h 61 const FilePath backing_file_path_; member in class:policy::UserPolicyCache
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));
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.h 86 base::FilePath backing_file_path_; member in class:policy::UserCloudPolicyStore
user_cloud_policy_store.cc 96 backing_file_path_(path) {}
119 PolicyLoadResult result = LoadPolicyFromDisk(backing_file_path_);
128 base::IgnoreResult(&base::DeleteFile), backing_file_path_, false));
144 base::Bind(&LoadPolicyFromDisk, backing_file_path_),
248 backing_file_path_, *validator->policy()));

Completed in 54 milliseconds