Searched refs:scmSvnRunAndGetOutput (Results 1 - 1 of 1) sorted by relevance

/vbox/src/bldprogs/
H A Dscmsubversion.cpp459 static int scmSvnRunAndGetOutput(PSCMRWSTATE pState, const char **papszArgs, bool fNormalFailureOk, char **ppszStdOut) function
586 int rc = scmSvnRunAndGetOutput(pState, apszArgs, false, &pszVersion);
686 int rc = scmSvnRunAndGetOutput(pState, apszArgs, true, &pszValue);
724 int rc = scmSvnRunAndGetOutput(NULL, apszArgs, true, &pszValue);
900 rc = scmSvnRunAndGetOutput(pState, apszArgs, false, &pszValue);

Completed in 47 milliseconds