Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/
H A Dremote-exec.py88 pathOnRemote = lambda file: posixpath.join(tmp, os.path.basename(file)) function
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dssh.py67 pathOnRemote = lambda file: posixpath.join(tmp, os.path.basename(file)) function