Lines Matching full:path_
63 path_(path) {
64 CHECK(!path_.empty());
80 return base::GetFileSize(path_, &file_size) && file_size != 0;
88 LOG(INFO) << "Creating a new key file at " << path_.value();
94 path_.value().c_str(),
100 LOG(ERROR) << "Failed to load key file from " << path_.value() << ": "
126 success = base::ImportantFileWriter::WriteFileAtomically(path_, data);
128 LOG(ERROR) << "Failed to store key file: " << path_.value();
136 LOG(INFO) << "In " << __func__ << " for " << path_.value();
137 string corrupted_path = path_.value() + kCorruptSuffix;
138 int ret = rename(path_.value().c_str(), corrupted_path.c_str());