Searched refs:module_tmpdir (Results 1 – 4 of 4) sorted by relevance
368 def write_ssh_wrapper(module_tmpdir):372 if os.access(module_tmpdir, os.W_OK | os.R_OK | os.X_OK):373 fd, wrapper_path = tempfile.mkstemp(prefix=module_tmpdir + '/')
405 def write_ssh_wrapper(module_tmpdir): argument409 if os.access(module_tmpdir, os.W_OK | os.R_OK | os.X_OK):410 fd, wrapper_path = tempfile.mkstemp(prefix=module_tmpdir + '/')
793 - By passing the module_tmpdir as a parameter in the write_ssh_wrapper function instead of initaliz…
48 - By passing the module_tmpdir as a parameter in the write_ssh_wrapper function49 instead of initalizing module_tmpdir via get_module_path()