Searched refs:commandLine (Results 1 – 4 of 4) sorted by relevance
266 val commandLine = "-f --param1 arg1 sub-command1 -f -p arg2 --param2 arg3".split(" ") in complexCommandWithSubCommands_reusedNames() constant287 myCommand.execute(pw, commandLine) in complexCommandWithSubCommands_reusedNames()
30 commandLine 'sh', '-c', 'git log --format="%H" -n 1 || (echo git hash not available; exit 0)'
153 const char *commandLine,
210 const char *commandLine, in constructBuildChecksum() argument220 checksum = adler32(checksum, (const unsigned char *) commandLine, in constructBuildChecksum()221 strlen(commandLine)); in constructBuildChecksum()