Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp238 std::string command_string; in RunCommandToFd() local
241 command_string += kSuPath; in RunCommandToFd()
243 command_string += " root "; in RunCommandToFd()
247 command_string += args[i + starting_index]; in RunCommandToFd()
249 command_string += " "; in RunCommandToFd()
254 const char* command = command_string.c_str(); in RunCommandToFd()
268 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()
279 dprintf(fd, "%s: skipped on dry run\n", command_string.c_str()); in RunCommandToFd()