Home
last modified time | relevance | path

Searched defs:pathOnRemote (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dremote-exec.py79 pathOnRemote = lambda file: posixpath.join(tmp, os.path.basename(file)) function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py71 pathOnRemote = lambda file: posixpath.join(tmp, os.path.basename(file)) function