Home
last modified time | relevance | path

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

/system/core/init/
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()
/system/bt/gd/
Dsetup.py46 def setup_acts_for_cmd_or_die(cmd_str): argument
49 cmd = [sys.executable, acts_setup_bin, cmd_str]