Searched refs:error_string (Results 1 – 2 of 2) sorted by relevance
761 error_string = 'Could not run lldb at %s: %s' % (lldb_path, str(err))762 raise TestSuiteException(error_string)
2181 PyObject* error_string = PyString_FromStringAndSize( in CheckAndGetInteger() local2183 if (error_string == NULL) { in CheckAndGetInteger()2187 PyList_SET_ITEM(error_list, i, error_string); in CheckAndGetInteger()