Searched defs:full_command (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | ssh.py | 111 def full_command(self, command: str, force_tty: bool = False) -> List[str]: member in SSHConfig
|
/aosp_15_r20/frameworks/native/cmds/dumpstate/ |
H A D | DumpstateUtil.cpp | 264 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd()
|
H A D | dumpstate.cpp | 140 static int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() 4427 int Dumpstate::RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand()
|
/aosp_15_r20/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_test.cpp | 519 int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand() 1320 int RunCommand(const std::string& title, const std::vector<std::string>& full_command, in RunCommand()
|
/aosp_15_r20/external/gsc-utils/extra/usb_updater/ |
H A D | gsctool.c | 638 char full_command[head_size + 2 * len + 1]; in ts_write() local
|