Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Daction.cpp168 std::string cmd_str = command.BuildCommandString(); in ExecuteCommand() local
170 LOG(INFO) << "Command '" << cmd_str << "' action=" << trigger_name << " (" << filename_ in ExecuteCommand()
242 std::string cmd_str = c.BuildCommandString(); in DumpState() local
243 LOG(INFO) << " " << cmd_str; in DumpState()