Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp211 std::string command_string; in RunCommandToFd() local
214 command_string += kSuPath; in RunCommandToFd()
216 command_string += " root "; in RunCommandToFd()
220 command_string += args[i + starting_index]; in RunCommandToFd()
222 command_string += " "; in RunCommandToFd()
227 const char* command = command_string.c_str(); in RunCommandToFd()
241 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()
252 dprintf(fd, "%s: skipped on dry run\n", command_string.c_str()); in RunCommandToFd()