Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
DDumpstateUtil.cpp281 std::string command_string; in RunCommandToFd() local
284 command_string += kSuPath; in RunCommandToFd()
286 command_string += " root "; in RunCommandToFd()
290 command_string += args[i + starting_index]; in RunCommandToFd()
292 command_string += " "; in RunCommandToFd()
297 const char* command = command_string.c_str(); in RunCommandToFd()
310 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()
322 dprintf(fd, "%s: skipped on dry run\n", command_string.c_str()); in RunCommandToFd()