Searched refs:error_msg (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | CommandInfo.cpp | 99 CString error_msg(""); in ReadCommandLineInfo() local 241 error_msg.Format(L"\nCommand: %s\nNo such option: [%s]\n", m_lpCmdLine, option); in ReadCommandLineInfo() 299 error_msg.Append(L"\nMissing xml filename!\n"); in ReadCommandLineInfo() 303 error_msg.Append(L"\nMissing gxp project filename!\n"); in ReadCommandLineInfo() 307 if (!error_msg.IsEmpty()) in ReadCommandLineInfo() 311 fprintf(log_file, "\n%s\n", (char*)CW2A(error_msg)); in ReadCommandLineInfo()
|
| D | studiox_util.cpp | 353 CString error_msg = _T("Pathname is not allowed: "); in CheckOutputFileSecurity() local 354 error_msg += pathname; in CheckOutputFileSecurity() 355 ErrorMsg(error_msg); in CheckOutputFileSecurity()
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_resources_edit.py | 628 error_msg = '' 631 error_msg += 'menu "&Edit" should be disabled\n' 634 error_msg += 'menu "&Insert" should be disabled\n' 636 test_utils.set_test_results(passed, test_type, error_msg) 656 error_msg = '' 659 error_msg += 'menu "&Edit" should be enabled\n' 662 error_msg += 'menu "&Insert" should be enabled\n' 664 test_utils.set_test_results(passed, test_type, error_msg)
|
| D | test_utils.py | 522 def set_test_results(passed, test_type, error_msg): argument 539 logging.info(error_msg)
|