Home
last modified time | relevance | path

Searched refs:oldpath (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3793 public function hardlink($oldpath, $newpath) argument
3806 $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);