Home
last modified time | relevance | path

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

/frameworks/support/jetifier/jetifier/source-transformer/
DrewritePackageNames.py107fullCommand = "time " + str(finderTextBuilder) + " | xargs -n 1 --no-run-if-empty -P 64 sed -i -f …
109 return fullCommand
/frameworks/native/cmds/dumpstate/
Ddumpstate.h202 int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand,
Ddumpstate.cpp125 static int RunCommand(const std::string& title, const std::vector<std::string>& fullCommand, in RunCommand() argument
127 return ds.RunCommand(title, fullCommand, options); in RunCommand()