Searched refs:command_ (Results 1 – 2 of 2) sorted by relevance
41 ParsedEvent() : command_(NULL) {} in ParsedEvent()51 const string* command_; member55 if (command_) in command()56 return *command_; in command()61 command_ = command; in set_command()
143 const std::string& command() const { return command_; } in command()174 const std::string command_; member in __anonfc43d0fa0111::Subprocess192 : command_(command), in Subprocess()219 if (command_.empty()) { in ForkAndExec()222 __android_log_security_bswrite(SEC_TAG_ADB_SHELL_CMD, command_.c_str()); in ForkAndExec()327 if (command_.empty()) { in ForkAndExec()330 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec()