Lines Matching defs:arguments
400 // arguments to include before restOfCmdLine. Length can be -1 if
651 // All arguments starting with 2 or 3 are assumed to be version tags
1957 _installEnvironment(const wchar_t *command, const wchar_t *arguments)
1963 command, arguments, NULL,
1967 debug(L"# Installing with %s %s\n", command, arguments);
1972 if (arguments) {
1973 fwprintf_s(stdout, L"\"%s\" %s\n", command, arguments);
2037 wchar_t arguments[MAXLEN];
2040 swprintf_s(arguments, MAXLEN, WINGET_ARGUMENTS, storeId)) {
2042 formatWinerror(GetLastError(), arguments, MAXLEN);
2043 debug(L"# Skipping %s: %s\n", command, arguments);
2047 exitCode = _installEnvironment(command, arguments);