Variable: tramp-gvfs-file-system-attributes-regexp

tramp-gvfs-file-system-attributes-regexp is a variable defined in tramp-gvfs.el.gz.

Value

"^[[:blank:]]*\\(filesystem::\\(?:free\\|size\\|used\\)\\):[[:blank:]]+\\(.*\\)$"

Documentation

Regexp to parse GVFS file system attributes with gvfs-info.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
(defconst tramp-gvfs-file-system-attributes-regexp
  (concat "^[[:blank:]]*"
	  (regexp-opt tramp-gvfs-file-system-attributes t)
	  ":[[:blank:]]+\\(.*\\)$")
  "Regexp to parse GVFS file system attributes with `gvfs-info'.")