Home | History | Annotate | Download | only in common

Lines Matching defs:target_path

169   base::FilePath target_path;
172 target_path = GenerateTimestampedName(symlink_path, base::Time::Now());
179 if (!file_util::CreateSymbolicLink(target_path, symlink_path)) {
181 << " pointing at " << target_path.value();
184 if (!file_util::ReadSymbolicLink(symlink_path, &target_path))
187 return target_path;
191 const base::FilePath& target_path) {
194 if (::unlink(target_path.value().c_str()) == -1)
195 DPLOG(WARNING) << "Unable to unlink log file " << target_path.value();
244 base::FilePath target_path = SetUpSymlinkIfNeeded(log_path, true);
259 RemoveSymlinkAndLog(log_path, target_path);
276 base::FilePath target_path;
294 target_path = SetUpSymlinkIfNeeded(
322 << " (which should be a link to " << target_path.value() << ")";
323 RemoveSymlinkAndLog(log_path, target_path);