Function: tramp-adb-handle-file-exists-p

tramp-adb-handle-file-exists-p is a byte-compiled function defined in tramp-adb.el.gz.

Signature

(tramp-adb-handle-file-exists-p FILENAME)

Documentation

Like file-exists-p for Tramp files.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-adb.el.gz
(defun tramp-adb-handle-file-exists-p (filename)
  "Like `file-exists-p' for Tramp files."
  (tramp-skeleton-file-exists-p filename
    (tramp-adb-send-command-and-check
     v (format "test -e %s" (tramp-shell-quote-argument localname)))))