Searched refs:backing_file_path_ (Results 1 – 2 of 2) sorted by relevance
33 backing_file_path_(directory.Append(name_)), in PersistentInteger()61 int fd = HANDLE_EINTR(open(backing_file_path_.value().c_str(), in Write()64 PCHECK(fd >= 0) << "cannot open " << backing_file_path_.value() in Write()70 << "cannot write to " << backing_file_path_.value(); in Write()76 int fd = HANDLE_EINTR(open(backing_file_path_.value().c_str(), O_RDONLY)); in Read()78 PLOG(WARNING) << "cannot open " << backing_file_path_.value() in Read()
69 base::FilePath backing_file_path_; variable