Searched refs:get_stat_cache_prop (Results 1 – 1 of 1) sorted by relevance
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SFTP.php | 2675 $result = $this->get_stat_cache_prop($path, 'type'); 2691 $result = $this->get_stat_cache_prop($path, 'type'); 2793 return $this->get_stat_cache_prop($path, 'atime'); 2805 return $this->get_stat_cache_prop($path, 'mtime'); 2817 return $this->get_stat_cache_prop($path, 'mode'); 2829 return $this->get_stat_cache_prop($path, 'uid'); 2841 return $this->get_stat_cache_prop($path, 'gid'); 2853 return $this->get_stat_cache_prop($path, 'size'); 2865 $type = $this->get_stat_cache_prop($path, 'type'); 2898 private function get_stat_cache_prop($path, $prop) function in phpseclib3\\Net\\SFTP
|