Searched refs:szShellCmd (Results 1 – 1 of 1) sorted by relevance
559 char szShellCmd[512] = { '\0' }; in ReportCrash() local754 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()764 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()773 snprintf( szShellCmd, sizeof(szShellCmd)/sizeof(szShellCmd[0]), in ReportCrash()781 ret = szShellCmd[0] == '\0' ? -1 : system( szShellCmd ); in ReportCrash()
Completed in 23 milliseconds