Searched refs:command_string (Results 1 – 3 of 3) sorted by relevance
258 std::string command_string; in RunCommandToFd() local261 command_string += kSuPath; in RunCommandToFd()263 command_string += " root "; in RunCommandToFd()267 command_string += args[i + starting_index]; in RunCommandToFd()269 command_string += " "; in RunCommandToFd()274 const char* command = command_string.c_str(); in RunCommandToFd()288 MYLOGI(logging_message.c_str(), command_string.c_str()); in RunCommandToFd()300 dprintf(fd, "%s: skipped on dry run\n", command_string.c_str()); in RunCommandToFd()
41 #define LogCmd(name, command_string) \ argument45 : FrameworkCommand(#command_string), parent_(parent) {} \
143 static bool UpdateLastCommandIndex(size_t command_index, const std::string& command_string) { in UpdateLastCommandIndex() argument146 std::string content = std::to_string(command_index) + "\n" + command_string; in UpdateLastCommandIndex()