Home
last modified time | relevance | path

Searched refs:emsg (Results 1 – 10 of 10) sorted by relevance

/external/dbus/dbus/
Ddbus-file-win.c74 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_file_read() local
76 "Failed to read from 0x%x: %s", hnd, emsg); in _dbus_file_read()
77 _dbus_win_free_error_string (emsg); in _dbus_file_read()
127 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_file_get_contents() local
129 "Failed to open \"%s\": %s", filename_c, emsg); in _dbus_file_get_contents()
130 _dbus_win_free_error_string (emsg); in _dbus_file_get_contents()
139 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_file_get_contents() local
142 filename_c, emsg); in _dbus_file_get_contents()
143 _dbus_win_free_error_string (emsg); in _dbus_file_get_contents()
145 _dbus_verbose ("GetFileSize() failed: %s", emsg); in _dbus_file_get_contents()
[all …]
Ddbus-sysdeps-util-win.c100 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_write_pid_file() local
103 cfilename, emsg); in _dbus_write_pid_file()
104 _dbus_win_free_error_string (emsg); in _dbus_write_pid_file()
130 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_write_pid_file() local
132 "Could not write to %s: %s", cfilename, emsg); in _dbus_write_pid_file()
133 _dbus_win_free_error_string (emsg); in _dbus_write_pid_file()
143 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_write_pid_file() local
146 cfilename, emsg); in _dbus_write_pid_file()
147 _dbus_win_free_error_string (emsg); in _dbus_write_pid_file()
595 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_directory_open() local
[all …]
Ddbus-spawn-win.c317 char *emsg = _dbus_win_error_string (sitter->spawn_errno); in _dbus_babysitter_set_child_exit_error() local
320 sitter->executable, emsg); in _dbus_babysitter_set_child_exit_error()
321 _dbus_win_free_error_string (emsg); in _dbus_babysitter_set_child_exit_error()
Ddbus-sysdeps-win.c3376 char *emsg = _dbus_win_error_string (GetLastError ()); in _dbus_delete_directory() local
3379 filename_c, emsg); in _dbus_delete_directory()
3380 _dbus_win_free_error_string (emsg); in _dbus_delete_directory()
/external/nist-sip/java/gov/nist/core/
DInternalErrorHandler.java63 public static void handleException(String emsg) { in handleException() argument
66 System.err.println(emsg); in handleException()
67 throw new RuntimeException(emsg); in handleException()
71 public static void handleException(String emsg, StackLogger stackLogger) { in handleException() argument
74 stackLogger.logFatalError(emsg); in handleException()
75 throw new RuntimeException(emsg); in handleException()
/external/bluetooth/glib/glib/
Dgpoll.c159 gchar *emsg = g_win32_error_message (GetLastError ()); in poll_rest() local
160 g_warning ("MsgWaitForMultipleObjectsEx failed: %s", emsg); in poll_rest()
161 g_free (emsg); in poll_rest()
186 gchar *emsg = g_win32_error_message (GetLastError ()); in poll_rest() local
187 g_warning ("WaitForMultipleObjectsEx failed: %s", emsg); in poll_rest()
188 g_free (emsg); in poll_rest()
Dgmain.c3549 gchar *emsg = g_win32_error_message (GetLastError ()); in g_child_watch_check() local
3550 g_warning (G_STRLOC ": GetExitCodeProcess() failed: %s", emsg); in g_child_watch_check()
3551 g_free (emsg); in g_child_watch_check()
/external/bluetooth/glib/gio/win32/
Dgwinhttpvfs.c321 char *emsg = _g_winhttp_error_message (error_code); in _g_winhttp_set_error() local
324 "%s failed: %s", what, emsg); in _g_winhttp_set_error()
325 g_free (emsg); in _g_winhttp_set_error()
/external/mksh/src/
Dfuncs.c545 const char *s, *emsg; in c_print() local
614 if ((fd = coproc_getfd(W_OK, &emsg)) < 0) { in c_print()
615 bi_errorf("-p: %s", emsg); in c_print()
628 else if ((fd = check_fd(s, W_OK, &emsg)) < 0) { in c_print()
629 bi_errorf("-u: %s: %s", s, emsg); in c_print()
1986 const char *cp, *emsg; in c_read() local
1996 if ((fd = coproc_getfd(R_OK, &emsg)) < 0) { in c_read()
1997 bi_errorf("-p: %s", emsg); in c_read()
2010 else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) { in c_read()
2011 bi_errorf("-u: %s: %s", cp, emsg); in c_read()
Dexec.c1164 const char *emsg; in iosetup() local
1172 &emsg)) < 0) { in iosetup()
1174 snptreef(NULL, 32, "%R", &iotmp), emsg); in iosetup()