Searched refs:get_stat_cache_prop (Results 1 – 1 of 1) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 2677 $result = $this->get_stat_cache_prop($path, 'type'); 2692 $result = $this->get_stat_cache_prop($path, 'type'); 2789 return $this->get_stat_cache_prop($path, 'atime'); 2800 return $this->get_stat_cache_prop($path, 'mtime'); 2811 return $this->get_stat_cache_prop($path, 'mode'); 2822 return $this->get_stat_cache_prop($path, 'uid'); 2833 return $this->get_stat_cache_prop($path, 'gid'); 2865 $this->get_stat_cache_prop($path, 'size') : 2877 $type = $this->get_stat_cache_prop($path, 'type'); 2909 private function get_stat_cache_prop($path, $prop) function in phpseclib3\\Net\\SFTP
|