Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Dperf_parser.h41 ParsedEvent() : command_(NULL) {} in ParsedEvent()
51 const string* command_; member
55 if (command_) in command()
56 return *command_; in command()
61 command_ = command; in set_command()
/system/core/adb/
Dshell_service.cpp143 const std::string& command() const { return command_; } in command()
174 const std::string command_; member in __anonfc43d0fa0111::Subprocess
192 : 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()