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

/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_policy_disk_cache.cc28 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 (base::WriteFile(backing_file_path_, data.c_str(), size) != size) {
135 LOG(WARNING) << "Failed to write " << backing_file_path_.value();
H A Duser_policy_disk_cache.h84 const base::FilePath backing_file_path_; member in class:policy::UserPolicyDiskCache

Completed in 637 milliseconds