Home | History | Annotate | Download | only in common

Lines Matching defs:target_path

184   FilePath target_path;
187 target_path = GenerateTimestampedName(symlink_path, base::Time::Now());
194 if (!file_util::CreateSymbolicLink(target_path, symlink_path)) {
196 << " pointing at " << target_path.value();
199 if (!file_util::ReadSymbolicLink(symlink_path, &target_path))
202 return target_path;
206 const FilePath& target_path) {
209 if (::unlink(target_path.value().c_str()) == -1)
210 PLOG(WARNING) << "Unable to unlink log file " << target_path.value();
243 FilePath target_path = SetUpSymlinkIfNeeded(log_path, true);
258 RemoveSymlinkAndLog(log_path, target_path);
288 FilePath target_path = SetUpSymlinkIfNeeded(
311 << " (which should be a link to " << target_path.value() << ")";
312 RemoveSymlinkAndLog(log_path, target_path);