Function: tramp-crypt-config-file-name
tramp-crypt-config-file-name is a byte-compiled function defined in
tramp-crypt.el.gz.
Signature
(tramp-crypt-config-file-name VEC)
Documentation
Return the encfs config file name for VEC.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-crypt.el.gz
;; File name conversions.
(defun tramp-crypt-config-file-name (vec)
"Return the encfs config file name for VEC."
(expand-file-name
(locate-user-emacs-file
(concat "tramp-" (tramp-file-name-host vec) tramp-crypt-encfs-config))))