Searched refs:executable (Results 1 – 5 of 5) sorted by relevance
63 executable='/usr/bin/ssh', argument67 self.executable = executable
33 return settings.executable133 executable = self.format_ssh_executable(settings)135 base_command = [executable] + all_options + [host_name]
69 // The base executable (e.g. "dumpsys").70 required string executable = 1; field
81 … (or a portion or derivative of it, under Section 2) in object code or executable form under the t…87 …executable that is a derivative of the Library (because it contains portions of the Library), rath…99 …executable linked with the Library, with the complete machine-readable "work that uses the Library…100 …user's computer system, rather than copying library functions into the executable, and (2) will op…104 …executable, the required form of the "work that uses the Library" must include any data and utilit…106 …adiction means you cannot use both them and the Library together in an executable that you distrib…
69 Python tests are just python files executable by the Python interpreter.