Searched refs:command_ (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/daemon/ |
D | shell_service.cpp | 164 const std::string& command() const { return command_; } in command() 200 const std::string command_; member in __anon9d4e575d0111::Subprocess 218 : command_(std::move(command)), in Subprocess() 240 if (command_.empty()) { in ForkAndExec() 243 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str()); in ForkAndExec() 389 if (command_.empty()) { in ForkAndExec() 393 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec() 428 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str()); in ExecInProcess() 456 args = command_]() { command(args, inout_sfd, inout_sfd, err_sfd); }) in ExecInProcess()
|