Home
last modified time | relevance | path

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

/system/core/init/
Daction.cpp95 std::string Command::BuildCommandString() const { in BuildCommandString() function in android::init::Command
138 LOG(ERROR) << "Command '" << command.BuildCommandString() << "' (" << filename_ << ":" in CheckAllCommands()
168 std::string cmd_str = command.BuildCommandString(); in ExecuteCommand()
242 std::string cmd_str = c.BuildCommandString(); in DumpState()
Daction.h42 std::string BuildCommandString() const;