Searched refs:commandLine (Results 1 – 3 of 3) sorted by relevance
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()