Variable: tramp-gvfs-file-attributes-with-gvfs-ls-regexp
tramp-gvfs-file-attributes-with-gvfs-ls-regexp is a variable defined
in tramp-gvfs.el.gz.
Value
"[[:blank:]]\\(access::can-\\(?:execute\\|read\\|write\\)\\|name\\|owner::\\(?:group\\|user\\)\\|standard::\\(?:display-name\\|is-volatile\\|s\\(?:ize\\|ymlink-target\\)\\)\\|t\\(?:ime::\\(?:access\\|\\(?:chang\\|modifi\\)ed\\)\\|ype\\)\\|unix::\\(?:device\\|gid\\|inode\\|mode\\|nlink\\|uid\\)\\)=\\(.+?\\)"
Documentation
Regexp to parse GVFS file attributes with gvfs-ls.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-gvfs.el.gz
(eval-and-compile
(defconst tramp-gvfs-file-attributes-with-gvfs-ls-regexp
(concat "[[:blank:]]" (regexp-opt tramp-gvfs-file-attributes t) "=\\(.+?\\)")
"Regexp to parse GVFS file attributes with `gvfs-ls'."))