Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/
H A Dremote-exec.py93 pathOnRemote = lambda file: posixpath.join(tmp, os.path.basename(file)) function
/llvm-project/libcxx/utils/
H A Dssh.py77 pathOnRemote = lambda file: posixpath.join(tmp, os.path.basename(file)) function