org-babel-process-file-name

org-babel-process-file-name is a compiled Lisp function in `ob-core.el'.

(org-babel-process-file-name NAME &optional NO-QUOTE-P)

Prepare NAME to be used in an external process.
If NAME specifies a remote location, the remote portion of the
name is removed, since in that case the process will be executing
remotely. The file name is then processed by `expand-file-name'.
Unless second argument NO-QUOTE-P is non-nil, the file name is
additionally processed by `shell-quote-argument'