Home
last modified time | relevance | path

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

/build/kati/
Dfunc.h44 struct CommandResult { struct
50 const vector<CommandResult*>& GetShellCommandResults(); argument
Dfunc.cc533 static vector<CommandResult*> g_command_results;
571 CommandResult* cr = new CommandResult(); in ShellFunc()
752 const vector<CommandResult*>& GetShellCommandResults() { in GetShellCommandResults()
Dninja.cc734 const vector<CommandResult*>& crs = GetShellCommandResults(); in GenerateStamp()
736 for (CommandResult* cr : crs) { in GenerateStamp()