Home
last modified time | relevance | path

Searched defs:full_command (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dssh.py111 def full_command(self, command: str, force_tty: bool = False) -> List[str]: member in SSHConfig
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.cpp264 int RunCommandToFd(int fd, const std::string& title, const std::vector<std::string>& full_command, in RunCommandToFd()
H A Ddumpstate.cpp140 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 Ddumpstate_test.cpp519 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 Dgsctool.c638 char full_command[head_size + 2 * len + 1]; in ts_write() local