Searched refs:cmds (Results 1 – 8 of 8) sorted by relevance
18 LOCAL_C_INCLUDES := frameworks/native/cmds/dumpstate
61 static const std::vector<std::tuple<std::string, NanotoolCommand>> cmds = { in StrToCommand() local76 for (size_t i = 0; i < cmds.size(); i++) { in StrToCommand()80 std::tie(name, cmd) = cmds[i]; in StrToCommand()
311 static struct command cmds[] = { variable370 res = run_cmd(cmds, 0, 0, argc, argv); in main()