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 | 2670 $result = $this->get_stat_cache_prop($path, 'type'); 2685 $result = $this->get_stat_cache_prop($path, 'type'); 2782 return $this->get_stat_cache_prop($path, 'atime'); 2793 return $this->get_stat_cache_prop($path, 'mtime'); 2804 return $this->get_stat_cache_prop($path, 'mode'); 2815 return $this->get_stat_cache_prop($path, 'uid'); 2826 return $this->get_stat_cache_prop($path, 'gid'); 2858 $this->get_stat_cache_prop($path, 'size') : 2870 $type = $this->get_stat_cache_prop($path, 'type'); 2902 private function get_stat_cache_prop($path, $prop) function in phpseclib3\\Net\\SFTP
|