Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dsettings.py63 executable='/usr/bin/ssh', argument
67 self.executable = executable
Dformatter.py33 return settings.executable
133 executable = self.format_ssh_executable(settings)
135 base_command = [executable] + all_options + [host_name]
/tools/tradefederation/core/proto/
Dcollector.proto69 // The base executable (e.g. "dumpsys").
70 required string executable = 1; field
/tools/external/fat32lib/
DNOTICE81 … (or a portion or derivative of it, under Section 2) in object code or executable form under the t…
87executable that is a derivative of the Library (because it contains portions of the Library), rath…
99executable 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…
104executable, 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…
/tools/tradefederation/core/atest/docs/
Ddeveloper_workflow.md69 Python tests are just python files executable by the Python interpreter.