Home
last modified time | relevance | path

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

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