Searched refs:fullCommand (Results 1 – 3 of 3) sorted by relevance
107 …fullCommand = "time " + str(finderTextBuilder) + " | xargs -n 1 --no-run-if-empty -P 64 sed -i -f …109 return fullCommand
202 int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand,
125 static int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand, in RunCommand() argument127 return ds.RunCommand(title, fullCommand, options); in RunCommand()