Searched refs:commandLine (Results 1 – 11 of 11) sorted by relevance
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
META-INF/LICENSE META-INF/MANIFEST.MF org/gradle/cli/CommandLineArgumentException ...
262 val commandLine = "-f --param1 arg1 sub-command1 -f -p arg2 --param2 arg3".split(" ") in complexCommandWithSubCommands_reusedNames() constant283 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()