Searched refs:oldpath (Results 1 – 1 of 1) sorted by relevance
3793 public function hardlink($oldpath, $newpath) argument3806 $oldpath = $this->realpath($oldpath);3808 if ($oldpath === false || $newpath === false) {3812 $packet = Strings::packSSH2('sss', 'hardlink@openssh.com', $oldpath, $newpath);3830 $this->remove_from_stat_cache($oldpath);