Searched refs:setstat (Results 1 – 1 of 1) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 1522 return $this->setstat($filename, $attr, false); 1579 return $this->setstat($filename, $attr, false); 1627 return $this->setstat($filename, $attr, $recursive); 1652 return $this->setstat($filename, $attr, $recursive); 1677 if (!$this->setstat($filename, $attr, $recursive)) { 1715 private function setstat($filename, $attr, $recursive) function in phpseclib3\\Net\\SFTP 1783 return $this->setstat($path, $attr, false); 2275 if (!$this->setstat($remote_file, $attr, false)) {
|