Searched refs:rename (Results 1 – 6 of 6) sorted by relevance
67 rename("$dir/$file", "$dir/$new"); # rename it
26 $ok = rename($import, $import.'.less');
173 if (!rename($fn . '_tmp', $fn)) {
711 if (!@rename($from, $to)) {
493 if (!$this->sftp->rename($path_from, $path_to)) {495 … return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to);
2966 public function rename($oldname, $newname) function in phpseclib3\\Net\\SFTP