Searched refs:newpath (Results 1 – 3 of 3) sorted by relevance
285 $newpath = array();291 array_pop($newpath);294 array_push($newpath, $p);296 return trim(implode('/', $newpath), '/');
620 $newpath = [];624 array_pop($newpath);627 $newpath[] = $p;629 $finalpath = $root . implode('/', $newpath);
3793 public function hardlink($oldpath, $newpath) argument3807 $newpath = $this->realpath($newpath);3808 if ($oldpath === false || $newpath === false) {3812 $packet = Strings::packSSH2('sss', 'hardlink@openssh.com', $oldpath, $newpath);3834 $this->remove_from_stat_cache($newpath);