Searched refs:symlink_path (Results 1 – 2 of 2) sorted by relevance
134 symlink_path = os.path.join(137 os.unlink(symlink_path)140 os.symlink(os.path.join(log_dir, logfile_name), symlink_path)
403 const FilePath& symlink_path) { in CreateSymbolicLink() argument404 DCHECK(!symlink_path.empty()); in CreateSymbolicLink()407 symlink_path.value().c_str()) != -1; in CreateSymbolicLink()410 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() argument411 DCHECK(!symlink_path.empty()); in ReadSymbolicLink()414 ssize_t count = ::readlink(symlink_path.value().c_str(), buf, arraysize(buf)); in ReadSymbolicLink()