Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dshell_service.cpp150 const std::string& command() const { return command_; } in command()
187 const std::string command_; member in __anon50c78ba60111::Subprocess
205 : command_(std::move(command)), in Subprocess()
227 if (command_.empty()) { in ForkAndExec()
230 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str()); in ForkAndExec()
363 if (command_.empty()) { in ForkAndExec()
367 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec()
402 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str()); in ExecInProcess()
430 args = command_]() { command(args, inout_sfd, inout_sfd, err_sfd); }) in ExecInProcess()